ClusterM / retroarch-clover

GNU General Public License v3.0
321 stars 50 forks source link

Can't save hotkeys? Reset to default every time I quit Retroarch or press Save Core Overrides. #156

Closed bslenul closed 6 years ago

bslenul commented 6 years ago

Hey :)

Yesterday I tried the rewind/fast forward hotkeys on NES games with FCEUMM core (from retroarch-clover 1.0c), it works great but the hotkeys arent saved when I quit the game. Also if I select "Save Core Overrides" everything in the "Input Hotkey Binds" menu is reset to default.

So I had to go to /etc/libretro/.config/retroarch/config/FCEUmm and edit the file FCEUmm.cfg to add the lines I wanted: input_enable_hotkey_btn = "8" (select to enable hotkeys) input_rewind_btn = "2" (X button, so select+X to rewind) input_hold_fast_forward_btn = "0" (A button) input_save_state_btn = "4" (L button) input_load_state_btn = "5" (R button)

Rewind/fast forward works perfectly, save/load save state only works until I quit the game :( So I have use suspend point when I'm done playing.

But whenever I press Save Core Overrides it removes the lines from the .cfg and the hotkeys are back to default :/