mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Merge pull request #4456 from FearlessTobi/port-1767
Port yuzu-emu/yuzu#1734 and yuzu-emu/yuzu#1767: Minor changes to "kernel"
This commit is contained in:
		
						commit
						210e558bea
					
				
					 11 changed files with 78 additions and 46 deletions
				
			
		| 
						 | 
				
			
			@ -240,7 +240,7 @@ void IR_USER::InitializeIrNopShared(Kernel::HLERequestContext& ctx) {
 | 
			
		|||
 | 
			
		||||
    IPC::RequestBuilder rb = rp.MakeBuilder(1, 0);
 | 
			
		||||
 | 
			
		||||
    shared_memory->name = "IR_USER: shared memory";
 | 
			
		||||
    shared_memory->SetName("IR_USER: shared memory");
 | 
			
		||||
 | 
			
		||||
    receive_buffer = std::make_unique<BufferManager>(shared_memory, 0x10, 0x20,
 | 
			
		||||
                                                     recv_buff_packet_count, recv_buff_size);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue