mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 08:37:00 +02:00
proper memswap mechanism
This commit is contained in:
parent
e73c51ccca
commit
fd03bef577
4 changed files with 86 additions and 30 deletions
|
|
@ -160,7 +160,13 @@ struct Values {
|
|||
Setting<bool> enable_discord_presence{linkage, false, "enable_discord_presence", Category::Ui};
|
||||
|
||||
// logging
|
||||
Setting<bool> show_console{linkage, false, "showConsole", Category::Ui};
|
||||
Setting<bool> show_console{linkage,
|
||||
#ifdef __OPENORBIS__
|
||||
true,
|
||||
#else
|
||||
false,
|
||||
#endif
|
||||
"showConsole", Category::Ui};
|
||||
|
||||
// Screenshots
|
||||
Setting<bool> enable_screenshot_save_as{linkage, true, "enable_screenshot_save_as",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue