mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	kernel: added event module to support creation of CTR "Event" objects
This commit is contained in:
		
							parent
							
								
									d493d725ac
								
							
						
					
					
						commit
						fd69fd0325
					
				
					 4 changed files with 127 additions and 0 deletions
				
			
		|  | @ -168,6 +168,7 @@ | |||
|     <ClCompile Include="hle\config_mem.cpp" /> | ||||
|     <ClCompile Include="hle\coprocessor.cpp" /> | ||||
|     <ClCompile Include="hle\hle.cpp" /> | ||||
|     <ClCompile Include="hle\kernel\event.cpp" /> | ||||
|     <ClCompile Include="hle\kernel\kernel.cpp" /> | ||||
|     <ClCompile Include="hle\kernel\mutex.cpp" /> | ||||
|     <ClCompile Include="hle\kernel\thread.cpp" /> | ||||
|  | @ -217,6 +218,7 @@ | |||
|     <ClInclude Include="hle\coprocessor.h" /> | ||||
|     <ClInclude Include="hle\function_wrappers.h" /> | ||||
|     <ClInclude Include="hle\hle.h" /> | ||||
|     <ClInclude Include="hle\kernel\event.h" /> | ||||
|     <ClInclude Include="hle\kernel\kernel.h" /> | ||||
|     <ClInclude Include="hle\kernel\mutex.h" /> | ||||
|     <ClInclude Include="hle\kernel\thread.h" /> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue