diff options
Diffstat (limited to 'ChocolArm64/Instruction/AInstInterpreter.cs')
| -rw-r--r-- | ChocolArm64/Instruction/AInstInterpreter.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ChocolArm64/Instruction/AInstInterpreter.cs b/ChocolArm64/Instruction/AInstInterpreter.cs deleted file mode 100644 index 6a855aec..00000000 --- a/ChocolArm64/Instruction/AInstInterpreter.cs +++ /dev/null @@ -1,8 +0,0 @@ -using ChocolArm64.Decoder; -using ChocolArm64.Memory; -using ChocolArm64.State; - -namespace ChocolArm64.Instruction -{ - delegate void AInstInterpreter(AThreadState State, AMemory Memory, AOpCode OpCode); -}
\ No newline at end of file |
