Skip to content
Snippets Groups Projects
Commit f9521f5b authored by Liam's avatar Liam
Browse files

fsp-srv: enable auto save data creation on init

parent 53f904b7
No related branches found
No related tags found
No related merge requests found
...@@ -855,6 +855,9 @@ FSP_SRV::FSP_SRV(Core::System& system_) ...@@ -855,6 +855,9 @@ FSP_SRV::FSP_SRV(Core::System& system_)
if (Settings::values.enable_fs_access_log) { if (Settings::values.enable_fs_access_log) {
access_log_mode = AccessLogMode::SdCard; access_log_mode = AccessLogMode::SdCard;
} }
// This should be true on creation
fsc.SetAutoSaveDataCreation(true);
} }
FSP_SRV::~FSP_SRV() = default; FSP_SRV::~FSP_SRV() = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment