summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-07 05:34:49 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-13 15:51:16 +0200
commit4620e2a741735a18f3a331037f86b3aae0f9fc6d (patch)
tree3c6c60c8ab071c6455bc8c1c61c4f828007c1f95 /src/core/hle/hle.h
parentSVC: Cleaned up function wrappers to pass in correct argument types. (diff)
downloadyuzu-4620e2a741735a18f3a331037f86b3aae0f9fc6d.tar
yuzu-4620e2a741735a18f3a331037f86b3aae0f9fc6d.tar.gz
yuzu-4620e2a741735a18f3a331037f86b3aae0f9fc6d.tar.bz2
yuzu-4620e2a741735a18f3a331037f86b3aae0f9fc6d.tar.lz
yuzu-4620e2a741735a18f3a331037f86b3aae0f9fc6d.tar.xz
yuzu-4620e2a741735a18f3a331037f86b3aae0f9fc6d.tar.zst
yuzu-4620e2a741735a18f3a331037f86b3aae0f9fc6d.zip
Diffstat (limited to 'src/core/hle/hle.h')
-rw-r--r--src/core/hle/hle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h
index 8a59020c2..0397da5d9 100644
--- a/src/core/hle/hle.h
+++ b/src/core/hle/hle.h
@@ -37,8 +37,6 @@ void RegisterModule(std::string name, int num_functions, const FunctionDef *func
void CallSVC(u32 opcode);
-void EatCycles(u32 cycles);
-
void Reschedule(const char *reason);
void Init();