فهرست منبع

fsp-srv: enable auto save data creation on init

Liam 2 سال پیش
والد
کامیت
f9521f5bd4
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/core/hle/service/filesystem/fsp_srv.cpp

+ 3 - 0
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) {
     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;