mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	fixup! GSP: Small tweaks to shared memory initialization
This commit is contained in:
		
							parent
							
								
									1538a34eda
								
							
						
					
					
						commit
						fd85367621
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -30,7 +30,7 @@ namespace GSP_GPU {
 | 
			
		|||
Kernel::SharedPtr<Kernel::Event> g_interrupt_event;
 | 
			
		||||
/// GSP shared memoryings
 | 
			
		||||
Kernel::SharedPtr<Kernel::SharedMemory> g_shared_memory;
 | 
			
		||||
/// Thread index into interrupt relay queue, 1 is arbitrary
 | 
			
		||||
/// Thread index into interrupt relay queue
 | 
			
		||||
u32 g_thread_id = 0;
 | 
			
		||||
 | 
			
		||||
/// Gets a pointer to a thread command buffer in GSP shared memory
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue