mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-05 22:46:56 +00:00
config: Enable start in fullscreen mode by default
This commit is contained in:
parent
1f2a935458
commit
253d4565f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue