ragnaer
Participant
Post count: 13

Hi Floob, thanks so much for the help! I will try it as soon as I get home.

I assume I should change the save state under the below section as well (not just under the Keyboard inputs) ?

# Saves state.
input_save_state_btn = 5
# Loads state.
input_load_state_btn = 6

Also, taking the ‘btn’ out of the lines, does this impact at all my other keyboard inputs?

eg. under keyboard inputs I currently have:
input_player2_start = num2
If I change:
input_exit_emulator_btn = num2
to
input_exit_emulator = num2
as you have suggested, will my Player 2 start button still work as a player 2 start button? (I assumed having the ‘btn’ in the line made it so exit only worked when the hotkey button was held down, or am I on the wrong track here?)

Hope my question makes sense, I’m new to all of this so it’s a big learning curve!

Thanks so much for your help! :-)