diff options
Diffstat (limited to 'ChocolArm64/Instructions/InstInterpreter.cs')
-rw-r--r-- | ChocolArm64/Instructions/InstInterpreter.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ChocolArm64/Instructions/InstInterpreter.cs b/ChocolArm64/Instructions/InstInterpreter.cs deleted file mode 100644 index e6354fd5..00000000 --- a/ChocolArm64/Instructions/InstInterpreter.cs +++ /dev/null @@ -1,8 +0,0 @@ -using ChocolArm64.Decoders; -using ChocolArm64.Memory; -using ChocolArm64.State; - -namespace ChocolArm64.Instructions -{ - delegate void InstInterpreter(CpuThreadState state, MemoryManager memory, OpCode64 opCode); -}
\ No newline at end of file |