mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-03-11 07:09:43 -04:00
Defines for N64-only and GC-only modes
This commit is contained in:
parent
b6386b8948
commit
7d8e8af290
@ -14,7 +14,11 @@
|
|||||||
|
|
||||||
/* Configuration parameters and constants */
|
/* Configuration parameters and constants */
|
||||||
#define CFG_PARAM_MODE 0x00
|
#define CFG_PARAM_MODE 0x00
|
||||||
|
|
||||||
|
/* Values for mode */
|
||||||
#define CFG_MODE_STANDARD 0x00
|
#define CFG_MODE_STANDARD 0x00
|
||||||
|
#define CFG_MODE_N64_ONLY 0x01
|
||||||
|
#define CFG_MODE_GC_ONLY 0x02
|
||||||
|
|
||||||
#define CFG_PARAM_SERIAL 0x01
|
#define CFG_PARAM_SERIAL 0x01
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user