[chuni] Add auto version matching

This commit is contained in:
samnyan
2020-12-14 17:18:21 +08:00
parent b3a8e80399
commit aa2e8cdea4
15 changed files with 256 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
package icu.samnyan.aqua.sega.util;
public class AquaConst {
public static String SERIAL_KEY = "CLIENT_ID";
public static String VERSION_KEY = "ROM_VERSION";
public static String CHUNI_DEFAULT_VERSION = "1.30";
public static String DEFAULT_KEYCHIP_ID = "A69E01A8888";
}