diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 253824b2de..4db13bc6fd 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -25,7 +25,7 @@ #include -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;