mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
add UC_VERSION_{MAJOR, MINOR, EXTRA}
This commit is contained in:
parent
c59e06d798
commit
7a1930a879
6 changed files with 27 additions and 1 deletions
|
|
@ -6,6 +6,11 @@ public interface UnicornConst {
|
|||
public static final int UC_API_MAJOR = 1;
|
||||
|
||||
public static final int UC_API_MINOR = 0;
|
||||
public static final int UC_VERSION_MAJOR = 1;
|
||||
|
||||
public static final int UC_VERSION_MINOR = 0;
|
||||
|
||||
public static final int UC_VERSION_EXTRA = 0;
|
||||
public static final int UC_SECOND_SCALE = 1000000;
|
||||
public static final int UC_MILISECOND_SCALE = 1000;
|
||||
public static final int UC_ARCH_ARM = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue