[SOLVED] Super Speed After Pause

Status
Not open for further replies.

mccorkled

Member
RL Member
When I exit Pause, RetroArch goes super fast for about 5 seconds. What could be the cause of this?

https://pastebin.com/W921H7B8
https://pastebin.com/a5G6h3vT

Edit: This was caused by "Space" being set to open Pause in Xpadder, while within RetroArch "Space" is the key used for Fast Forward. Changing the line
Code:
"input_toggle_fast_forward = "space"
to
Code:
input_toggle_fast_forward = "null"
fixes this.
 
Last edited:
Status
Not open for further replies.
Top