mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	GSP: Updated TriggerCmdReqQueue to return success code.
This commit is contained in:
		
							parent
							
								
									3e1654eaa8
								
							
						
					
					
						commit
						e90b37b935
					
				@ -323,6 +323,9 @@ static void TriggerCmdReqQueue(Service::Interface* self) {
 | 
				
			|||||||
            command_buffer->number_commands = command_buffer->number_commands - 1;
 | 
					            command_buffer->number_commands = command_buffer->number_commands - 1;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    u32* cmd_buff = Service::GetCommandBuffer();
 | 
				
			||||||
 | 
					    cmd_buff[1] = 0; // No error
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Interface::FunctionInfo FunctionTable[] = {
 | 
					const Interface::FunctionInfo FunctionTable[] = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user