-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional/mini console input modes (#643)
* Initial implementation of mini console USB input modes. First mode: Neo Geo Mini * Added Sega Genesis/MD Mini input mode. * Updated MDMini enum to use value 6 * Added support for PC Engine/Turbografx 16 Mini Pad. * Implemented PS Classic input type. Astro City and Egret II Minis are WIP. * Removed leftover serial debugging lines. * Implemented Egret II Gamepad input type. * Fully implemented Astro City based on GEN/MD similarities assumption. Redefined platform button mask defines to better align with platform button layout instead of user controller. * Fixed issue with Select and Start being reversed on PS Classic mode * Added display labels for minicon modes * Original Xbox controller implementation based on xid_driver from Ryzee119/ogx360_t4 * Added "OGXBOX" label to Display status * Fixed descriptor header dependencies causing builds to fail * Included license to xid_driver
- Loading branch information
1 parent
f81408b
commit 7f19659
Showing
33 changed files
with
2,895 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.