aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoder/ACond.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoder/ACond.cs')
-rw-r--r--ChocolArm64/Decoder/ACond.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/ChocolArm64/Decoder/ACond.cs b/ChocolArm64/Decoder/ACond.cs
deleted file mode 100644
index f2da8bd2..00000000
--- a/ChocolArm64/Decoder/ACond.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-namespace ChocolArm64.Decoder
-{
- enum ACond
- {
- Eq = 0,
- Ne = 1,
- Ge_Un = 2,
- Lt_Un = 3,
- Mi = 4,
- Pl = 5,
- Vs = 6,
- Vc = 7,
- Gt_Un = 8,
- Le_Un = 9,
- Ge = 10,
- Lt = 11,
- Gt = 12,
- Le = 13,
- Al = 14,
- Nv = 15
- }
-} \ No newline at end of file