mirror of
https://github.com/MiSTer-devel/Retro-Controllers-USB-MiSTer.git
synced 2026-04-19 03:04:55 +00:00
mr.Spinner: add responsiveread sources for easier building.
This commit is contained in:
@@ -122,7 +122,7 @@ const char *gp_serial = "MiSTer-S1 Spinner";
|
||||
Gamepad_ Gamepad[DEV_NUM];
|
||||
|
||||
#ifdef PADDLE_SUPPORT
|
||||
#include <ResponsiveAnalogRead.h>
|
||||
#include "ResponsiveAnalogRead.h"
|
||||
ResponsiveAnalogRead analog[2] = {ResponsiveAnalogRead(pdlpin[0], true),ResponsiveAnalogRead(pdlpin[1], true)};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user