mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-10 21:05:17 +01:00
Don't allow binding B (right MB, thanks Frank)
This commit is contained in:
parent
b73dc13c3b
commit
44bbde118d
@ -39,7 +39,7 @@ static const char *main_menu_messages[] = {
|
|||||||
|
|
||||||
static const char *keyboard_messages[] = {
|
static const char *keyboard_messages[] = {
|
||||||
/*00*/ "Wiimote",
|
/*00*/ "Wiimote",
|
||||||
/*01*/ "^|B|1|-|+",
|
/*01*/ "^|1|-|+",
|
||||||
/*02*/ "Nunchuk",
|
/*02*/ "Nunchuk",
|
||||||
/*03*/ "^|C",
|
/*03*/ "^|C",
|
||||||
/*04*/ "Classic",
|
/*04*/ "Classic",
|
||||||
@ -368,7 +368,7 @@ static void insert_keyboard_map(const char *key, const char *fmt, ...)
|
|||||||
|
|
||||||
static void keyboard_options(void)
|
static void keyboard_options(void)
|
||||||
{
|
{
|
||||||
const int wiimote_to_sdl[] = {1, 2, 4, 5};
|
const int wiimote_to_sdl[] = {2, 4, 5};
|
||||||
const int nunchuk_to_sdl[] = {8};
|
const int nunchuk_to_sdl[] = {8};
|
||||||
const int classic_to_sdl[] = {10, 11, 12, 13, 14, 15, 16, 17, 18};
|
const int classic_to_sdl[] = {10, 11, 12, 13, 14, 15, 16, 17, 18};
|
||||||
int sdl_key = 1;
|
int sdl_key = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user