mirror of
				https://git.h3cjp.net/H3cJP/yuzu.git
				synced 2025-10-30 22:45:10 +00:00 
			
		
		
		
	Event: Fix implementation of "non-sticky" events.
This commit is contained in:
		
							parent
							
								
									9e6ec3b6cd
								
							
						
					
					
						commit
						69c5830ef2
					
				|  | @ -33,6 +33,10 @@ public: | |||
|     } | ||||
| 
 | ||||
|     ResultVal<bool> Acquire() override { | ||||
|         // Release the event if it's not sticky...
 | ||||
|         if (reset_type != RESETTYPE_STICKY) | ||||
|             signaled = false; | ||||
| 
 | ||||
|         return MakeResult<bool>(true); | ||||
|     } | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue