mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-08 21:24:50 +12:00
metal: initial support
This commit is contained in:
parent
29d9ed7224
commit
f0547d1a71
167 changed files with 28839 additions and 1271 deletions
include
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace Common {
|
||||
class CapstoneDisassembler {
|
||||
csh handle; // Handle to our disassembler object
|
||||
csh handle; // HandleType to our disassembler object
|
||||
cs_insn* instructions = nullptr; // Pointer to instruction object
|
||||
bool initialized = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue