diff options
author | bunnei <ericbunnie@gmail.com> | 2014-06-06 23:34:49 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-13 09:51:16 -0400 |
commit | 4620e2a741735a18f3a331037f86b3aae0f9fc6d (patch) | |
tree | 3c6c60c8ab071c6455bc8c1c61c4f828007c1f95 /src/core/hle/hle.cpp | |
parent | 862db811f02f8d28c4537a6be7b6a8f6c8fec812 (diff) |
HLE: Removed usnused EatCycles function.
Diffstat (limited to 'src/core/hle/hle.cpp')
-rw-r--r-- | src/core/hle/hle.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index dde6d0f40..53cda4a61 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp @@ -40,10 +40,6 @@ void CallSVC(u32 opcode) { } } -void EatCycles(u32 cycles) { - // TODO: ImplementMe -} - void Reschedule(const char *reason) { #ifdef _DEBUG _dbg_assert_msg_(HLE, reason != 0 && strlen(reason) < 256, "Reschedule: Invalid or too long reason."); |