Cocoa OpenEmu Plug-in:
- Reorder NDS input enum to match the latest revision of the OpenEmu NDS system plug-in.
This commit is contained in:
parent
532358c562
commit
ed51d86bdc
|
@ -31,8 +31,8 @@ typedef enum _OENDSButton
|
||||||
OENDSButtonY,
|
OENDSButtonY,
|
||||||
OENDSButtonL,
|
OENDSButtonL,
|
||||||
OENDSButtonR,
|
OENDSButtonR,
|
||||||
OENDSButtonSelect,
|
|
||||||
OENDSButtonStart,
|
OENDSButtonStart,
|
||||||
|
OENDSButtonSelect,
|
||||||
OENDSButtonMicrophone,
|
OENDSButtonMicrophone,
|
||||||
OENDSButtonLid,
|
OENDSButtonLid,
|
||||||
OENDSButtonDebug,
|
OENDSButtonDebug,
|
||||||
|
|
Loading…
Reference in New Issue