controller_patcher
controller_patcher copied to clipboard
shared files for hid support
Hi, I need your help to change some keys on the keyboard and mouse. In the "controller" folder I put 2 files: Keyboard.ini and Mouse.ini. These in turn contain this...
[vid=0x0F0D,pid=0x002D] //Buttons VPAD_BUTTON_A = 0x00, 0x04 VPAD_BUTTON_B = 0x00, 0x02 VPAD_BUTTON_X = 0x00, 0x08 VPAD_BUTTON_Y = 0x00, 0x01 VPAD_BUTTON_PLUS = 0x01, 0x02 VPAD_BUTTON_MINUS = 0x01, 0x01 VPAD_BUTTON_L = 0x00, 0x10...
## Purpose I set out to add support for the Adaptoid N64-controller-to-USB-HID adapter made by Wish Technologies in around 1999, which was popular during the heyday of the UltraHLE N64...
## Purpose I set out to add support for the [Adaptoid](https://web.archive.org/web/20010503005505/http://www.adaptoid.com/the_adaptoid.htm) N64-controller-to-USB-HID adapter made by Wish Technologies in around 1999, which was popular during the heyday of the UltraHLE N64...