mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
@ -80,6 +80,8 @@ int EnableCheats;
|
||||
int MouseHide;
|
||||
int MouseHideSeconds;
|
||||
|
||||
int PauseLostFocus;
|
||||
|
||||
bool EnableJIT;
|
||||
|
||||
ConfigEntry PlatformConfigFile[] =
|
||||
@ -188,8 +190,9 @@ ConfigEntry PlatformConfigFile[] =
|
||||
|
||||
{"EnableCheats", 0, &EnableCheats, 0, NULL, 0},
|
||||
|
||||
{"MouseHide", 0, &MouseHide, 0, NULL, 0},
|
||||
{"MouseHide", 0, &MouseHide, 0, NULL, 0},
|
||||
{"MouseHideSeconds", 0, &MouseHideSeconds, 5, NULL, 0},
|
||||
{"PauseLostFocus", 0, &PauseLostFocus, 0, NULL, 0},
|
||||
|
||||
{"", -1, NULL, 0, NULL, 0}
|
||||
};
|
||||
|
Reference in New Issue
Block a user