[Project64] Add missing ranges to CCheats::EntrySize
This commit is contained in:
parent
6aba2ae793
commit
3549d19965
|
@ -534,6 +534,9 @@ int32_t CCheats::EntrySize(const CODES & CodeEntry, int32_t CurrentEntry)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 0xD0000000:
|
case 0xD0000000:
|
||||||
|
case 0xD1000000:
|
||||||
|
case 0xD2000000:
|
||||||
|
case 0xD3000000:
|
||||||
case 0xB8000000:
|
case 0xB8000000:
|
||||||
case 0xB9000000:
|
case 0xB9000000:
|
||||||
case 0xBA000000:
|
case 0xBA000000:
|
||||||
|
|
Loading…
Reference in New Issue