diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-25 23:15:19 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-25 23:15:19 +0200 |
commit | cb0663de5147f10533ecdbf6f58865f7cbe0241c (patch) | |
tree | 30a122d3da59134e431ab2e6ef389d8f00467038 /src/core/hle/hle.h | |
parent | added disassembly to unimplemented instruction (diff) | |
download | yuzu-cb0663de5147f10533ecdbf6f58865f7cbe0241c.tar yuzu-cb0663de5147f10533ecdbf6f58865f7cbe0241c.tar.gz yuzu-cb0663de5147f10533ecdbf6f58865f7cbe0241c.tar.bz2 yuzu-cb0663de5147f10533ecdbf6f58865f7cbe0241c.tar.lz yuzu-cb0663de5147f10533ecdbf6f58865f7cbe0241c.tar.xz yuzu-cb0663de5147f10533ecdbf6f58865f7cbe0241c.tar.zst yuzu-cb0663de5147f10533ecdbf6f58865f7cbe0241c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/hle.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h index 628a1da89..907e2d741 100644 --- a/src/core/hle/hle.h +++ b/src/core/hle/hle.h @@ -57,8 +57,6 @@ void RegisterModule(std::string name, int num_functions, const FunctionDef *func void CallSyscall(u32 opcode); -Addr CallGetThreadCommandBuffer(); - void Init(); void Shutdown(); |