diff --git a/rpcs3/Emu/system_config.h b/rpcs3/Emu/system_config.h index 3d7dba8798..11c350215d 100644 --- a/rpcs3/Emu/system_config.h +++ b/rpcs3/Emu/system_config.h @@ -347,7 +347,7 @@ struct cfg_root : cfg::node cfg::_bool autostart{ this, "Automatically start games after boot", true, true }; cfg::_bool autoexit{ this, "Exit RPCS3 when process finishes", false, true }; cfg::_bool autopause{ this, "Pause emulation on RPCS3 focus loss", false, true }; - cfg::_bool start_fullscreen{ this, "Start games in fullscreen mode", false, true }; + cfg::_bool start_fullscreen{ this, "Start games in fullscreen mode", true, true }; cfg::_bool prevent_display_sleep{ this, "Prevent display sleep while running games", true, true }; cfg::_bool show_trophy_popups{ this, "Show trophy popups", true, true }; cfg::_bool show_rpcn_popups{ this, "Show RPCN popups", true, true };