Merge pull request #5866 from Morph1984/log-all-paths
settings: Log the cache, config and mod load directories
This commit is contained in:
		| @@ -70,6 +70,9 @@ void LogSettings() { | |||||||
|     log_setting("Audio_EnableAudioStretching", values.enable_audio_stretching.GetValue()); |     log_setting("Audio_EnableAudioStretching", values.enable_audio_stretching.GetValue()); | ||||||
|     log_setting("Audio_OutputDevice", values.audio_device_id); |     log_setting("Audio_OutputDevice", values.audio_device_id); | ||||||
|     log_setting("DataStorage_UseVirtualSd", values.use_virtual_sd); |     log_setting("DataStorage_UseVirtualSd", values.use_virtual_sd); | ||||||
|  |     log_setting("DataStorage_CacheDir", Common::FS::GetUserPath(Common::FS::UserPath::CacheDir)); | ||||||
|  |     log_setting("DataStorage_ConfigDir", Common::FS::GetUserPath(Common::FS::UserPath::ConfigDir)); | ||||||
|  |     log_setting("DataStorage_LoadDir", Common::FS::GetUserPath(Common::FS::UserPath::LoadDir)); | ||||||
|     log_setting("DataStorage_NandDir", Common::FS::GetUserPath(Common::FS::UserPath::NANDDir)); |     log_setting("DataStorage_NandDir", Common::FS::GetUserPath(Common::FS::UserPath::NANDDir)); | ||||||
|     log_setting("DataStorage_SdmcDir", Common::FS::GetUserPath(Common::FS::UserPath::SDMCDir)); |     log_setting("DataStorage_SdmcDir", Common::FS::GetUserPath(Common::FS::UserPath::SDMCDir)); | ||||||
|     log_setting("Debugging_ProgramArgs", values.program_args); |     log_setting("Debugging_ProgramArgs", values.program_args); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user