SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 004b004f98102c687d888f82b0f205da3a6ce656 parent 191f7cee0215fe6e28a9cdd653161afcce974f54 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 9 Oct 2021 15:27:18 +0300 Fix inverted key buttons in the SDL menu, fixes #401 Diffstat:
| M | SDL/gui.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SDL/gui.h b/SDL/gui.h @@ -49,8 +49,8 @@ extern unsigned command_parameter; extern char *dropped_state_file; typedef enum { - JOYPAD_BUTTON_LEFT, JOYPAD_BUTTON_RIGHT, + JOYPAD_BUTTON_LEFT, JOYPAD_BUTTON_UP, JOYPAD_BUTTON_DOWN, JOYPAD_BUTTON_A,
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.