So I tried to enable the rewind feature but I had so success so far.
I enabled it in the /opt/retropie/emulators/retroarch/retroarch.cfg
#### Misc
# Enable rewinding. This will take a performance hit when playing, so it is disabled by default.
# rewind_enable = true
# Rewinding buffer size in megabytes. Bigger rewinding buffer means you can rewind longer.
# The buffer should be approx. 20MB per minute of buffer time.
# rewind_buffer_size = 20
# Rewind granularity. When rewinding defined number of frames, you can rewind several frames at a time, increasing the rewinding speed.
# rewind_granularity = 1
And I bind my L2 Button of my Xbox 360 Controller to it in my /opt/retropie/emulators/retroarch/configs/XboxGamepad(userspacedriver).cfg
input_enable_hotkey_btn = "8"
input_exit_emulator_btn = "6"
input_save_state_btn = "5"
input_load_state_btn = "4"
input_pause_toggle_btn = "2"
input_reset_btn = "1"
input_menu_toggle_btn = "7"
input_state_slot_increase_btn = "h0right"
input_state_slot_decrease_btn = "h0left"
input_disk_eject_toggle_btn = "10"
input_disk_next_btn = "h0up"
input_disk_prev_btn = "h0down"
input_hold_fast_forward_btn = "3"
input_rewind_btn = "+5"
I can’t really figure out what’s wrong. When I’m in a game and press the button, simply nothing happens. I tried snes and nes games. No succes with both.