mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 04:32:35 +01:00
Make RPCS3 not delete savestate on boot by default
This commit is contained in:
parent
4c8630d29f
commit
801609fb78
@ -315,7 +315,7 @@ struct cfg_root : cfg::node
|
||||
node_savestate(cfg::node* _this) : cfg::node(_this, "Savestate") {}
|
||||
|
||||
cfg::_bool start_paused{ this, "Start Paused" }; // Pause on first frame
|
||||
cfg::_bool suspend_emu{ this, "Suspend Emulation Savestate Mode", true }; // Close emulation when saving, delete save after loading
|
||||
cfg::_bool suspend_emu{ this, "Suspend Emulation Savestate Mode", false }; // Close emulation when saving, delete save after loading
|
||||
cfg::_bool state_inspection_mode{ this, "Inspection Mode Savestates" }; // Save memory stored in executable files, thus allowing to view state without any files (for debugging)
|
||||
cfg::_bool save_disc_game_data{ this, "Save Disc Game Data", false };
|
||||
} savestate{this};
|
||||
|
Loading…
Reference in New Issue
Block a user