Add hidden ini file setting that you can use to hide the menu bar.

Windows-only. Useful together with some video recording software.

Might make some actual UI later.
This commit is contained in:
Henrik Rydgård 2022-09-29 18:51:21 +02:00
parent 7a4830ed4c
commit d31f129407
3 changed files with 4 additions and 2 deletions

View file

@ -610,6 +610,7 @@ static ConfigSetting generalSettings[] = {
ConfigSetting("PauseWhenMinimized", &g_Config.bPauseWhenMinimized, false, true, true),
ConfigSetting("DumpDecryptedEboots", &g_Config.bDumpDecryptedEboot, false, true, true),
ConfigSetting("FullscreenOnDoubleclick", &g_Config.bFullscreenOnDoubleclick, true, false, false),
ConfigSetting("ShowMenuBar", &g_Config.bShowMenuBar, true, true, false),
ReportedConfigSetting("MemStickInserted", &g_Config.bMemStickInserted, true, true, true),
ConfigSetting("EnablePlugins", &g_Config.bLoadPlugins, true, true, true),