mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	core: fix archive_extsavedata.cpp warning on OSX
This commit is contained in:
		
							parent
							
								
									ac4ea522cb
								
							
						
					
					
						commit
						f14a53abd0
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -107,6 +107,8 @@ public: | |||
|         case PathParser::NotFound: | ||||
|             LOG_ERROR(Service_FS, "%s not found", full_path.c_str()); | ||||
|             return ERROR_FILE_NOT_FOUND; | ||||
|         case PathParser::FileFound: | ||||
|             break; // Expected 'success' case
 | ||||
|         } | ||||
| 
 | ||||
|         FileUtil::IOFile file(full_path, "r+b"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue