mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Kernel: pass Kernel ref in Event
This commit is contained in:
		
							parent
							
								
									734be98966
								
							
						
					
					
						commit
						eec11a94cb
					
				
					 33 changed files with 104 additions and 80 deletions
				
			
		|  | @ -15,7 +15,8 @@ | |||
| namespace Kernel { | ||||
| 
 | ||||
| static SharedPtr<Object> MakeObject() { | ||||
|     return Event::Create(ResetType::OneShot); | ||||
|     static Kernel::KernelSystem kernel(0); | ||||
|     return kernel.CreateEvent(ResetType::OneShot); | ||||
| } | ||||
| 
 | ||||
| TEST_CASE("HLERequestContext::PopulateFromIncomingCommandBuffer", "[core][kernel]") { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue