mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 15:42:51 +00:00
fsp-srv: enable auto save data creation on init
This commit is contained in:
parent
53f904b740
commit
f9521f5bd4
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue