mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-01 14:20:05 +01:00
Change "start after boot" default value to true
This commit is contained in:
parent
2e5d20c315
commit
92446de9d9
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <thread>
|
||||
|
||||
cfg::bool_entry g_cfg_autostart(cfg::root.misc, "Always start after boot");
|
||||
cfg::bool_entry g_cfg_autostart(cfg::root.misc, "Always start after boot", true);
|
||||
cfg::bool_entry g_cfg_autoexit(cfg::root.misc, "Exit RPCS3 when process finishes");
|
||||
|
||||
std::string g_cfg_defaults;
|
||||
|
|
|
|||
Loading…
Reference in a new issue