mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-30 06:24:14 +01:00
Comments
This commit is contained in:
parent
3b4ec5d4b8
commit
c52176db7a
@ -13,12 +13,13 @@
|
||||
#include "ed64x.h"
|
||||
|
||||
typedef enum {
|
||||
// ED64_V1_0 = 1,
|
||||
// ED64_V2_0 = 2,
|
||||
// ED64_V2_5 = 2.5,
|
||||
// ED64_V3_0 = 3,
|
||||
ED64_X5 = 5,
|
||||
ED64_X7 = 7,
|
||||
// potentially handle if the firmware supports it...
|
||||
// ED64_V1_0 = 10,
|
||||
// ED64_V2_0 = 20,
|
||||
// ED64_V2_5 = 25,
|
||||
// ED64_V3_0 = 30,
|
||||
ED64_UKNOWN = 0,
|
||||
} ed64x_device_variant_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user