oops forgor break

This commit is contained in:
CocoSimone
2022-10-03 22:25:44 +02:00
parent c8f3cb0cb0
commit 130d34ae91

View File

@@ -58,6 +58,8 @@ private:
switch(checksum) { switch(checksum) {
case 0xEC8B1325: // 7102 case 0xEC8B1325: // 7102
cicType = CIC_NUS_7102; cicType = CIC_NUS_7102;
break;
case 0x1DEB51A9: // 6101 case 0x1DEB51A9: // 6101
cicType = CIC_NUS_6101; cicType = CIC_NUS_6101;
break; break;