mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	event: fixed typos and updated CMakeLists
This commit is contained in:
		
							parent
							
								
									beea6f054a
								
							
						
					
					
						commit
						ea8627d536
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -34,6 +34,7 @@ set(SRCS    core.cpp | |||
|             hle/config_mem.cpp | ||||
|             hle/coprocessor.cpp | ||||
|             hle/svc.cpp | ||||
|             hle/kernel/event.cpp | ||||
|             hle/kernel/kernel.cpp | ||||
|             hle/kernel/mutex.cpp | ||||
|             hle/kernel/thread.cpp | ||||
|  |  | |||
|  | @ -16,7 +16,7 @@ namespace Kernel { | |||
|  * @param handle Handle to event to change | ||||
|  * @param locked Boolean locked value to set event | ||||
|  */ | ||||
| void SetEventLocked(const Handle handle, const bool locked) | ||||
| void SetEventLocked(const Handle handle, const bool locked); | ||||
| 
 | ||||
| /**
 | ||||
|  * Clears an event | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue