mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	yuzu_tester: Silence type conversion warning
This commit is contained in:
		
							parent
							
								
									45dac6bc5c
								
							
						
					
					
						commit
						b8798a995b
					
				@ -53,7 +53,7 @@ private:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        IPC::ResponseBuilder rb{ctx, 3};
 | 
					        IPC::ResponseBuilder rb{ctx, 3};
 | 
				
			||||||
        rb.Push(RESULT_SUCCESS);
 | 
					        rb.Push(RESULT_SUCCESS);
 | 
				
			||||||
        rb.Push<u32>(write_size);
 | 
					        rb.Push<u32>(static_cast<u32>(write_size));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void StartIndividual(Kernel::HLERequestContext& ctx) {
 | 
					    void StartIndividual(Kernel::HLERequestContext& ctx) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user