mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-02-14 11:34:11 +00:00
Firmware now reports joystick events for PACE cores.
This commit is contained in:
@@ -282,7 +282,7 @@ unsigned char joystick_map2ikbd(unsigned in) {
|
||||
}
|
||||
|
||||
void user_io_joystick(unsigned char joystick, unsigned char map) {
|
||||
if(core_type == CORE_TYPE_MINIMIG) {
|
||||
if(core_type == CORE_TYPE_MINIMIG || core_type == CORE_TYPE_PACE) {
|
||||
EnableIO();
|
||||
SPI(UIO_JOYSTICK0 + joystick);
|
||||
SPI(map);
|
||||
|
||||
Reference in New Issue
Block a user