Skip to content

Commit

Permalink
Fix build with GUNCON mode. Closes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
sonik-br committed Jul 30, 2024
1 parent 8725aa1 commit 1be602d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReflexMPG/ReflexMPG.ino
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
//#define SNES_ENABLE_VBOY
//#define SNES_ENABLE_MULTITAP

// PS1 Guncon config. ONLY MODE 3 IS IMPLEMENTED
// PS1 Guncon config. ONLY MODE 3 IS IMPLEMENTED. For now it's required to force a mode if GUNCON_SUPPORT is enabled.
// 0=Mouse, 1=Joy, 2=Joy OffScreenEdge (MiSTer), 3=Guncon Raw (MiSTer)
//#define GUNCON_FORCE_MODE 3
#define GUNCON_FORCE_MODE 3

// PS1 NeGcon HID config
// 0=Default, 1=MiSTer Wheel format with paddle
Expand Down

0 comments on commit 1be602d

Please sign in to comment.