RetroArch
Newbell 12 ENE 2021 a las 3:09 a. m.
Can you setup a button for fast forward for each platform?
I know I can setup a button for fast forward in global settings. But can I assign a different button for each system?
< >
Mostrando 1-1 de 1 comentarios
Gadsby  [desarrollador] 12 ENE 2021 a las 2:40 p. m. 
Publicado originalmente por Newbell:
I know I can setup a button for fast forward in global settings. But can I assign a different button for each system?

Yes, you can override the keys for cores. Here is how you can do; load your core then load your content. Quick Menu > Overrides > Save Core Overrides then close the game. Go to RA\config\PCSX-ReARMed(it can be change on your case) and open PCSX-ReARMed.cfg file with text editor and paste this to below for last line;

If you use toggle
input_toggle_fast_forward = "k"
If you prefer holding the key
input_hold_fast_forward = "k"

or you can add both of them, so your final core cfg file will be, for an example with different options;

rewind_enable = "true" input_rewind = "g" input_hold_fast_forward = "k" input_toggle_fast_forward = "c"

For an example if you like to add a controller button instead keyboard key, it will be
input_rewind_axis = "+4"
= This will be L2
input_rewind_btn = "4"
= L1

So buttons like L1 R1 A Y X B is going to _btn and axis like triggers and analogs will be in _axis

You can copy button configs from retroarch.cfg to core.cfg and change them however you like to use. When you load that core, you will see the information from left bottom corner it will say Configuration overide loaded thats mean your core.cfg file will override your retroarch.cfg If you A key for fast-forward and assign R key for rewind in retroarch.cfg and then B key in core file as rewind, you will not able to rewind with R key but you will able to fast-forward with A key since you didn't override that key.

Basic scenario you can override L2 and R2 for systems that doesn't use those keys.
< >
Mostrando 1-1 de 1 comentarios
Por página: 1530 50

Publicado el: 12 ENE 2021 a las 3:09 a. m.
Mensajes: 1