mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	GSP: Added reinitialization of other state objects.
This commit is contained in:
		
							parent
							
								
									4e9f305ed2
								
							
						
					
					
						commit
						36fd1c169e
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -302,7 +302,10 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
| 
 | 
 | ||||||
| Interface::Interface() { | Interface::Interface() { | ||||||
|     Register(FunctionTable, ARRAY_SIZE(FunctionTable)); |     Register(FunctionTable, ARRAY_SIZE(FunctionTable)); | ||||||
|  | 
 | ||||||
|  |     g_event = 0; | ||||||
|     g_shared_memory = 0; |     g_shared_memory = 0; | ||||||
|  |     g_thread_id = 1; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| Interface::~Interface() { | Interface::~Interface() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue