Requires N64Digital firmware >= 1.3.0
Requires PFX PS1Digital firmware
Pixel FX Digital products supports setting custom controller hotkeys / button combos for several of the system functions.
After creating a custom buttons.ini
, this file can be uploaded via the web interface:
Controller Hotkeys are stored in an .ini
file, which has the following format:
FUNCTION = BUTTON_IDENTIFIER_1 [ + BUTTON_IDENTIFIER_2 + BUTTON_IDENTIFIER_3 ...]
BUTTON_IDENTIFIER
)N64 | PS1 |
---|---|
A |
L3 |
B |
R3 |
Z |
SELECT |
START |
START |
PAD_UP |
PAD_UP |
PAD_DOWN |
PAD_DOWN |
PAD_LEFT |
PAD_LEFT |
PAD_RIGHT |
PAD_RIGHT |
n/a | L2 |
n/a | R2 |
L |
L1 |
R |
R1 |
C_UP |
TRIANGLE |
C_DOWN |
CROSS |
C_LEFT |
SQUARE |
C_RIGHT |
CIRCLE |
FUNCTION
)resolution_switch
Switch any resolution to 1080p and 1080p to 480p (saved resolution is not changed)
deblur_on
Enable deblur (not available on PS1)
deblur_off
Disable deblur (not available on PS1)
reset_console
Reset N64
open_menu1
/ open_menu2
Open OSD (open_menu1
/open_menu2
this allows to define two different hotkeys, both still call the same function)
default setup
)N64Digital:
open_menu1 = L + R + PAD_RIGHT + C_RIGHT
open_menu2 = Z + R + PAD_RIGHT + C_RIGHT
resolution_switch = L + R + PAD_UP + C_UP
deblur_on = L + R + PAD_UP + C_DOWN
deblur_off = L + R + PAD_DOWN + C_DOWN
reset_console = Z + R + A + B + START
PS1Digital:
open_menu1 = L1 + R1 + PAD_RIGHT + CIRCLE
open_menu2 = L2 + R2 + TRIANGLE + CIRCLE + START
resolution_switch = L2 + R2 + TRIANGLE + CIRCLE + START
reset_console = SELECT + TRIANGLE + CIRCLE
To disable a button function, use a BUTTON_IDENTIFIER
of 0
resolution_switch = 0