mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
nJoy:
- Enabled Half press for shoulder buttons - Added a option to select controller type - Normal controllers should use the default joystick - Some joysticks dont have a real hat (POV) but fake this with buttons. In this case Joystick (no hat) should be selected. After this is selected, four new buttons will appear for the d-pad. - Next version will probably include keyboard support. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@60 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -53,6 +53,8 @@ bool GetButtons(HWND hDlg, int buttonid, int controller);
|
||||
bool GetHats(HWND hDlg, int buttonid, int controller);
|
||||
bool GetAxis(HWND hDlg, int buttonid, int controller);
|
||||
|
||||
void UpdateVisibleItems(HWND hDlg, int controllertype);
|
||||
|
||||
void GetControllerAll(HWND hDlg, int controller);
|
||||
void SetControllerAll(HWND hDlg, int controller);
|
||||
|
||||
|
Reference in New Issue
Block a user