mr.Spinner: update ID according to new format.

This commit is contained in:
sorgelig 2020-03-01 05:50:18 +08:00
parent 5ba9e53288
commit ebc1e8b432
1 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,9 @@
#endif
// ID for special support in MiSTer
const char *gp_serial = "MiSTer PD/SP v1";
// ATT: 20 chars max (including NULL at the end) according to Arduino source code.
// Additionally serial number is used to differentiate arduino projects to have different button maps!
const char *gp_serial = "MiSTer-S1 Spinner";
#include <ResponsiveAnalogRead.h>
#include "Gamepad.h"