Browse Source
Merge pull request #11651 from liamwhite/fsc-creation
fsp-srv: enable auto save data creation on init
pull/15/merge
Narr the Reg
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
src/core/hle/service/filesystem/fsp_srv.cpp
|
|
|
@ -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; |
|
|
|
|