fix: zero/engine backups should be x backups

This commit is contained in:
2025-10-29 19:52:43 +01:00
parent 1de52f7f81
commit d84495894a
2 changed files with 5 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ export class CharaDevice {
version!: string;
company!: "CHARACHORDER" | "FORGE";
device!: "ONE" | "TWO" | "LITE" | "X" | "M4G";
device!: "ONE" | "TWO" | "LITE" | "X" | "M4G" | "ENGINE" | "ZERO";
chipset!: "M0" | "S2" | "S3";
keyCount!: 90 | 67 | 256;
layerCount = 3;