mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	explicitly represent 1 as a float (1.0f instead of 1)
This commit is contained in:
		@@ -256,7 +256,7 @@ private:
 | 
			
		||||
 | 
			
		||||
        IPC::ResponseBuilder rb{ctx, 3};
 | 
			
		||||
        rb.Push(RESULT_SUCCESS);
 | 
			
		||||
        rb.Push<f32>(1);
 | 
			
		||||
        rb.Push<f32>(1.0f);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void GetActiveAudioDeviceName(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user