Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Snes Emulation #1389
    Moises Jimenez
    Participant

    ok dumb mistake #40034

    instead of
    input_save_state = “4″
    input_load_state = “5″
    I now have
    input_save_state_btn = “4″
    input_load_state_btn = “5″
    everything works perfect now, shoulda known better

    in reply to: Snes Emulation #1383
    Moises Jimenez
    Participant

    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?

Viewing 2 posts - 1 through 2 (of 2 total)