1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-12-21 23:08:53 -05:00

Defines for N64-only and GC-only modes

This commit is contained in:
Raphael Assenat 2016-08-22 23:18:05 -04:00
parent b6386b8948
commit 7d8e8af290

View File

@ -14,7 +14,11 @@
/* Configuration parameters and constants */
#define CFG_PARAM_MODE 0x00
/* Values for mode */
#define CFG_MODE_STANDARD 0x00
#define CFG_MODE_N64_ONLY 0x01
#define CFG_MODE_GC_ONLY 0x02
#define CFG_PARAM_SERIAL 0x01