mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	file_util: Log when using local user directory
This commit is contained in:
		
							parent
							
								
									047a1586fe
								
							
						
					
					
						commit
						d040a73bed
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -691,6 +691,8 @@ const std::string& GetUserPath(const unsigned int DirIDX, const std::string& new | |||
|         paths[D_USER_IDX] = GetExeDirectory() + DIR_SEP USERDATA_DIR DIR_SEP; | ||||
|         if (!FileUtil::IsDirectory(paths[D_USER_IDX])) { | ||||
|             paths[D_USER_IDX] = AppDataRoamingDirectory() + DIR_SEP EMU_DATA_DIR DIR_SEP; | ||||
|         } else { | ||||
|             LOG_INFO(Common_Filesystem, "Using the local user directory"); | ||||
|         } | ||||
| 
 | ||||
|         paths[D_CONFIG_IDX] = paths[D_USER_IDX] + CONFIG_DIR DIR_SEP; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue