config: Enable start in fullscreen mode by default

This commit is contained in:
Ani 2026-03-18 19:24:01 +01:00 committed by Megamouse
parent 1f2a935458
commit 253d4565f1

View file

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