mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	- renamed hle_syscall to just syscall
- added service.h as an initial service interface
This commit is contained in:
		
							parent
							
								
									7ea7585898
								
							
						
					
					
						commit
						02fbd42e7f
					
				
					 7 changed files with 157 additions and 106 deletions
				
			
		|  | @ -153,7 +153,7 @@ | |||
|     <ClCompile Include="file_sys\directory_file_system.cpp" /> | ||||
|     <ClCompile Include="file_sys\meta_file_system.cpp" /> | ||||
|     <ClCompile Include="hle\hle.cpp" /> | ||||
|     <ClCompile Include="hle\hle_syscall.cpp" /> | ||||
|     <ClCompile Include="hle\syscall.cpp" /> | ||||
|     <ClCompile Include="hw\hw.cpp" /> | ||||
|     <ClCompile Include="hw\hw_lcd.cpp" /> | ||||
|     <ClCompile Include="loader.cpp" /> | ||||
|  | @ -186,7 +186,8 @@ | |||
|     <ClInclude Include="file_sys\meta_file_system.h" /> | ||||
|     <ClInclude Include="hle\function_wrappers.h" /> | ||||
|     <ClInclude Include="hle\hle.h" /> | ||||
|     <ClInclude Include="hle\hle_syscall.h" /> | ||||
|     <ClInclude Include="hle\service\service.h" /> | ||||
|     <ClInclude Include="hle\syscall.h" /> | ||||
|     <ClInclude Include="hw\hw.h" /> | ||||
|     <ClInclude Include="hw\hw_lcd.h" /> | ||||
|     <ClInclude Include="loader.h" /> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue