Searched refs:SetVideoAspectRatio (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Libretro/ |
H A D | libretro.cpp | 453 _console->GetSettings()->SetVideoAspectRatio(VideoAspectRatio::Auto, 1.0); in update_settings() 455 _console->GetSettings()->SetVideoAspectRatio(VideoAspectRatio::NoStretching, 1.0); in update_settings() 457 _console->GetSettings()->SetVideoAspectRatio(VideoAspectRatio::NTSC, 1.0); in update_settings() 459 _console->GetSettings()->SetVideoAspectRatio(VideoAspectRatio::PAL, 1.0); in update_settings() 461 _console->GetSettings()->SetVideoAspectRatio(VideoAspectRatio::Standard, 1.0); in update_settings() 463 _console->GetSettings()->SetVideoAspectRatio(VideoAspectRatio::Widescreen, 1.0); in update_settings()
|
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/ |
H A D | VideoInfo.cs | 106 InteropEmu.SetVideoAspectRatio(videoInfo.AspectRatio, videoInfo.CustomAspectRatio); in ApplyConfig()
|
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/ |
H A D | ConsoleWrapper.cpp | 648 …DllExport void __stdcall SetVideoAspectRatio(VideoAspectRatio aspectRatio, double customRatio) { _… in SetVideoAspectRatio() function
|
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/ |
H A D | EmulationSettings.h | 1179 void SetVideoAspectRatio(VideoAspectRatio aspectRatio, double customRatio) in SetVideoAspectRatio() function
|
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/ |
H A D | InteropEmu.cs | 209 …[DllImport(DLLPath)] public static extern void SetVideoAspectRatio(VideoAspectRatio aspectRatio, d… in SetVideoAspectRatio() method in Mesen.GUI.InteropEmu
|