Change "start after boot" default value to true

This commit is contained in:
Raul Tambre 2016-04-27 18:08:12 +03:00
parent 2e5d20c315
commit 92446de9d9
No known key found for this signature in database
GPG key ID: FC357D4861AC031E

View file

@ -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;