mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +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/config_mem.cpp | ||||||
|             hle/coprocessor.cpp |             hle/coprocessor.cpp | ||||||
|             hle/svc.cpp |             hle/svc.cpp | ||||||
|  |             hle/kernel/event.cpp | ||||||
|             hle/kernel/kernel.cpp |             hle/kernel/kernel.cpp | ||||||
|             hle/kernel/mutex.cpp |             hle/kernel/mutex.cpp | ||||||
|             hle/kernel/thread.cpp |             hle/kernel/thread.cpp | ||||||
|  |  | ||||||
|  | @ -16,7 +16,7 @@ namespace Kernel { | ||||||
|  * @param handle Handle to event to change |  * @param handle Handle to event to change | ||||||
|  * @param locked Boolean locked value to set event |  * @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 |  * Clears an event | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue