I’m trying to map a “save state” to a ps2 controllers L2 button and a “load state” to the R2 button using the following commands,
input_enable_hotkey_btn = “10”
input_exit_emulator_btn = “11”
input_save_state = “4”
input_load_state = “5”
Still haven’t had it working, any advice?