mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	FileSys: Added preliminary support for applications reading the RomFS archive.
Archive: Fixed brace ugliness for neobrain :) FS: Commented out unused local variables to prevent warnings. ...But keeping them here for future use. archive_romfs: Removed unused #include.
This commit is contained in:
		
							parent
							
								
									82702fedb8
								
							
						
					
					
						commit
						17a6148f9d
					
				
					 11 changed files with 311 additions and 160 deletions
				
			
		|  | @ -162,6 +162,7 @@ | |||
|     <ClCompile Include="arm\interpreter\vfp\vfpsingle.cpp" /> | ||||
|     <ClCompile Include="core.cpp" /> | ||||
|     <ClCompile Include="core_timing.cpp" /> | ||||
|     <ClCompile Include="file_sys\archive_romfs.cpp" /> | ||||
|     <ClCompile Include="hle\config_mem.cpp" /> | ||||
|     <ClCompile Include="hle\coprocessor.cpp" /> | ||||
|     <ClCompile Include="hle\hle.cpp" /> | ||||
|  | @ -211,7 +212,8 @@ | |||
|     <ClInclude Include="arm\interpreter\vfp\vfp_helper.h" /> | ||||
|     <ClInclude Include="core.h" /> | ||||
|     <ClInclude Include="core_timing.h" /> | ||||
|     <ClInclude Include="file_sys\file_sys.h" /> | ||||
|     <ClInclude Include="file_sys\archive.h" /> | ||||
|     <ClInclude Include="file_sys\archive_romfs.h" /> | ||||
|     <ClInclude Include="hle\config_mem.h" /> | ||||
|     <ClInclude Include="hle\coprocessor.h" /> | ||||
|     <ClInclude Include="hle\function_wrappers.h" /> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue