early-access version 3909

This commit is contained in:
pineappleEA
2023-10-02 19:23:30 +02:00
parent d663a10fcf
commit 8c5b474690
4 changed files with 29 additions and 14 deletions

View File

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