fix oversight regarding hotkey joystick buttons. also prevent triggering the lid command a billion times in a row with a joystick button.

This commit is contained in:
StapleButter
2018-12-16 14:41:46 +01:00
parent a99ebf38db
commit 59c715475d
2 changed files with 16 additions and 8 deletions

View File

@ -126,10 +126,10 @@ ConfigEntry ConfigFile[] =
{"SavStaRelocSRAM", 0, &SavestateRelocSRAM, 1, NULL, 0},
{"AudioVolume", 0, &AudioVolume, 255, NULL, 0},
{"AudioVolume", 0, &AudioVolume, 256, NULL, 0},
{"MicInputType", 0, &MicInputType, 1, NULL, 0},
{"MicWavPath", 1, MicWavPath, 0, "", 511},
{"LastROMFolder", 1, LastROMFolder, 0, "", 511},
{"", -1, NULL, 0, NULL, 0}