mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	Merge pull request #11651 from liamwhite/fsc-creation
fsp-srv: enable auto save data creation on init
This commit is contained in:
		
						commit
						7f9b64519d
					
				| @ -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; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user