mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 14:28:41 -05:00
fsp-srv: enable auto save data creation on init
This commit is contained in:
@ -855,6 +855,9 @@ FSP_SRV::FSP_SRV(Core::System& system_)
|
||||
if (Settings::values.enable_fs_access_log) {
|
||||
access_log_mode = AccessLogMode::SdCard;
|
||||
}
|
||||
|
||||
// This should be true on creation
|
||||
fsc.SetAutoSaveDataCreation(true);
|
||||
}
|
||||
|
||||
FSP_SRV::~FSP_SRV() = default;
|
||||
|
Reference in New Issue
Block a user