1
0
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:
robinsonb5
2013-03-30 11:28:51 +00:00
parent 3aab54f326
commit 4afee25ec9

View File

@@ -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);