mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Android:file_util.cpp: remove unnecessary ROOT_DIR
This commit is contained in:
		
							parent
							
								
									666787bf4d
								
							
						
					
					
						commit
						1079f61260
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -696,8 +696,8 @@ void SetUserPath(const std::string& path) { | ||||||
|         g_paths.emplace(UserPath::ConfigDir, user_path + CONFIG_DIR DIR_SEP); |         g_paths.emplace(UserPath::ConfigDir, user_path + CONFIG_DIR DIR_SEP); | ||||||
|         g_paths.emplace(UserPath::CacheDir, user_path + CACHE_DIR DIR_SEP); |         g_paths.emplace(UserPath::CacheDir, user_path + CACHE_DIR DIR_SEP); | ||||||
| #elif ANDROID | #elif ANDROID | ||||||
|         if (FileUtil::Exists(ROOT_DIR DIR_SEP SDCARD_DIR)) { |         if (FileUtil::Exists(DIR_SEP SDCARD_DIR)) { | ||||||
|             user_path = ROOT_DIR DIR_SEP SDCARD_DIR DIR_SEP EMU_DATA_DIR DIR_SEP; |             user_path = DIR_SEP SDCARD_DIR DIR_SEP EMU_DATA_DIR DIR_SEP; | ||||||
|             g_paths.emplace(UserPath::ConfigDir, user_path + CONFIG_DIR DIR_SEP); |             g_paths.emplace(UserPath::ConfigDir, user_path + CONFIG_DIR DIR_SEP); | ||||||
|             g_paths.emplace(UserPath::CacheDir, user_path + CACHE_DIR DIR_SEP); |             g_paths.emplace(UserPath::CacheDir, user_path + CACHE_DIR DIR_SEP); | ||||||
|         } |         } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue