Update N64 Types.h

Experimental: 64DD IPL support
This commit is contained in:
Nekokabu 2015-06-08 21:54:45 +09:00
parent 5ff00eeaa8
commit e7e6dae283
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ enum SYSTEM_TYPE {
enum CICChip {
CIC_UNKNOWN = -1, CIC_NUS_6101 = 1, CIC_NUS_6102 = 2, CIC_NUS_6103 = 3,
CIC_NUS_6104 = 4, CIC_NUS_6105 = 5, CIC_NUS_6106 = 6, CIC_NUS_8303 = 7
CIC_NUS_6104 = 4, CIC_NUS_6105 = 5, CIC_NUS_6106 = 6, CIC_NUS_8303 = 7,
CIC_NUS_DDIPL = 8
};
enum Country {