mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #983 from mailwl/hid-fix
hid: fix IsSixAxisSensorAtRest() response
This commit is contained in:
		
						commit
						9fde7d739a
					
				@ -457,7 +457,7 @@ private:
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx) {
 | 
					    void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx) {
 | 
				
			||||||
        IPC::ResponseBuilder rb{ctx, 2};
 | 
					        IPC::ResponseBuilder rb{ctx, 3};
 | 
				
			||||||
        rb.Push(RESULT_SUCCESS);
 | 
					        rb.Push(RESULT_SUCCESS);
 | 
				
			||||||
        // TODO (Hexagon12): Properly implement reading gyroscope values from controllers.
 | 
					        // TODO (Hexagon12): Properly implement reading gyroscope values from controllers.
 | 
				
			||||||
        rb.Push(true);
 | 
					        rb.Push(true);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user