mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +00:00
pull in project-slippi/Ishiiruka/commit/aa62980b0d8457c4dc81a79365bb99a6dcbe7c0e
This commit is contained in:
parent
8d4cd7d8e1
commit
145fd0b747
1 changed files with 4 additions and 0 deletions
|
@ -116,7 +116,11 @@ const Info<bool> MAIN_ENABLE_SAVESTATES{{System::Main, "Core", "EnableSaveStates
|
||||||
|
|
||||||
const Info<std::string> MAIN_FULLSCREEN_DISPLAY_RES{
|
const Info<std::string> MAIN_FULLSCREEN_DISPLAY_RES{
|
||||||
{System::Main, "Display", "FullscreenDisplayRes"}, "Auto"};
|
{System::Main, "Display", "FullscreenDisplayRes"}, "Auto"};
|
||||||
|
#ifdef IS_PLAYBACK
|
||||||
const Info<bool> MAIN_FULLSCREEN{{System::Main, "Display", "Fullscreen"}, false};
|
const Info<bool> MAIN_FULLSCREEN{{System::Main, "Display", "Fullscreen"}, false};
|
||||||
|
#else
|
||||||
|
const Info<bool> MAIN_FULLSCREEN{{System::Main, "Display", "Fullscreen"}, true};
|
||||||
|
#endif
|
||||||
const Info<bool> MAIN_RENDER_TO_MAIN{{System::Main, "Display", "RenderToMain"}, false};
|
const Info<bool> MAIN_RENDER_TO_MAIN{{System::Main, "Display", "RenderToMain"}, false};
|
||||||
const Info<int> MAIN_RENDER_WINDOW_XPOS{{System::Main, "Display", "RenderWindowXPos"}, -1};
|
const Info<int> MAIN_RENDER_WINDOW_XPOS{{System::Main, "Display", "RenderWindowXPos"}, -1};
|
||||||
const Info<int> MAIN_RENDER_WINDOW_YPOS{{System::Main, "Display", "RenderWindowYPos"}, -1};
|
const Info<int> MAIN_RENDER_WINDOW_YPOS{{System::Main, "Display", "RenderWindowYPos"}, -1};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue