Homepage Forums RetroPie Project Everything else related to the RetroPie Project how to get multiple save slot in nes game

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #85134
    manit123
    Participant

    hi ,
    I am playing with USB gamepad & addedd following line to joypad config

    input_enable_hotkey_btn = 4
    input_eit_emulator_btn = 5
    input_save_state_btn = 6
    input_load_state_btn = 7
    input_state_slot_increase = 10
    input_state_slot_decrease = 11

    Using left trigger & corresponding key – i am able to exit game , save state , load state . But increasing or decreasing state button combination does nothing . Game gets saved in slot 0 .
    Can you tell me how many states are supported ?
    Do I have to configure anywhere else ?

    #85153
    Centax
    Participant

    Try adding “_btn” to the end of the shortcuts… Example:

    input_state_slot_increase_btn = 10
    input_state_slot_decrease_btn = 11
    #85162
    Floob
    Member

    Depending on how you use it, you may also want to change this in your retroarch.cfg

    # When saving a savestate, save state index is automatically increased before
    # it is saved.
    # Also, when loading content, the index will be set to the highest existing index.
    # There is no upper bound on the index.
    # savestate_auto_index = false

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.