summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-15 02:49:02 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-15 02:49:02 +0200
commit4d7f3c74fd8bc86bf73b670355e2710558a66332 (patch)
tree1877175c78ae314679b6acc4da9b2af0e790b6d4 /src/core/hle/hle.h
parentfixed thread reset to not set stack address (diff)
downloadyuzu-4d7f3c74fd8bc86bf73b670355e2710558a66332.tar
yuzu-4d7f3c74fd8bc86bf73b670355e2710558a66332.tar.gz
yuzu-4d7f3c74fd8bc86bf73b670355e2710558a66332.tar.bz2
yuzu-4d7f3c74fd8bc86bf73b670355e2710558a66332.tar.lz
yuzu-4d7f3c74fd8bc86bf73b670355e2710558a66332.tar.xz
yuzu-4d7f3c74fd8bc86bf73b670355e2710558a66332.tar.zst
yuzu-4d7f3c74fd8bc86bf73b670355e2710558a66332.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/hle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h
index 42f37e29c..452546e1f 100644
--- a/src/core/hle/hle.h
+++ b/src/core/hle/hle.h
@@ -36,6 +36,10 @@ void RegisterModule(std::string name, int num_functions, const FunctionDef *func
void CallSyscall(u32 opcode);
+void EatCycles(u32 cycles);
+
+void ReSchedule(const char *reason);
+
void Init();
void Shutdown();