Skip to content
Snippets Groups Projects
Unverified Commit 7f9b6451 authored by Narr the Reg's avatar Narr the Reg Committed by GitHub
Browse files

Merge pull request #11651 from liamwhite/fsc-creation

fsp-srv: enable auto save data creation on init
parents 53f904b7 f9521f5b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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