mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	HID: reset acceleroeter and gyroscope index in Init
This commit is contained in:
		@@ -320,6 +320,8 @@ void Init() {
 | 
			
		||||
 | 
			
		||||
    next_pad_index = 0;
 | 
			
		||||
    next_touch_index = 0;
 | 
			
		||||
    next_accelerometer_index = 0;
 | 
			
		||||
    next_gyroscope_index = 0;
 | 
			
		||||
 | 
			
		||||
    // Create event handles
 | 
			
		||||
    event_pad_or_touch_1 = Event::Create(ResetType::OneShot, "HID:EventPadOrTouch1");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user