nJoy: Fix halfpress button configuration

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1943 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-01-19 23:17:29 +00:00
parent 05a5333c80
commit bede48c6b1
3 changed files with 17 additions and 133 deletions

View File

@ -215,7 +215,7 @@ class ConfigBox : public wxDialog
IDTM_CONSTANT, IDTM_BUTTON,
// --------------------------------------------------------------------
// ==============================================
// Keys objects
// -----------------------------
@ -241,7 +241,9 @@ class ConfigBox : public wxDialog
ID_DPAD_LEFT,
ID_DPAD_RIGHT,
// Buttons controls (it's important that they are placed in this order)
// -------------------------------------
// Buttons controls (it's important that they are kept in this order)
// ------
IDB_ANALOG_MAIN_X = 3000,
IDB_ANALOG_MAIN_Y,
IDB_ANALOG_SUB_X,
@ -262,6 +264,7 @@ class ConfigBox : public wxDialog
IDB_BUTTONSTART,
IDB_BUTTONHALFPRESS,
// ------------------ Keep this order
// Text controls
IDT_ANALOG_MAIN_X = 4000,
@ -276,6 +279,7 @@ class ConfigBox : public wxDialog
IDT_ANALOG_SUB_Y,
IDT_WEBSITE,
IDT_DEBUGGING, IDT_DEBUGGING2,
// ============
ID_DUMMY_VALUE_ //don't remove this value unless you have other enum values
};