Controller: Add Analog Joystick support

This commit is contained in:
Albert Liu
2020-11-12 23:36:36 -08:00
parent 3f9ba4acb6
commit f9d2643d98
8 changed files with 446 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
add_library(core
analog_controller.cpp
analog_controller.h
analog_joystick.cpp
analog_joystick.h
bios.cpp
bios.h
bus.cpp