mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	
						commit
						e07f193aff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -68,7 +68,7 @@ void Update() { | |||
| 
 | ||||
|     mem->pad.current_state.hex = state.hex; | ||||
|     mem->pad.index = next_pad_index; | ||||
|     next_touch_index = (next_touch_index + 1) % mem->pad.entries.size(); | ||||
|     next_pad_index = (next_pad_index + 1) % mem->pad.entries.size(); | ||||
| 
 | ||||
|     // Get the previous Pad state
 | ||||
|     u32 last_entry_index = (mem->pad.index - 1) % mem->pad.entries.size(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue