diff options
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) { | |||
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | void EatCycles(u32 cycles) { | ||
| 44 | // TODO: ImplementMe | ||
| 45 | } | ||
| 46 | |||
| 47 | void Reschedule(const char *reason) { | 43 | void Reschedule(const char *reason) { |
| 48 | #ifdef _DEBUG | 44 | #ifdef _DEBUG |
| 49 | _dbg_assert_msg_(HLE, reason != 0 && strlen(reason) < 256, "Reschedule: Invalid or too long reason."); | 45 | _dbg_assert_msg_(HLE, reason != 0 && strlen(reason) < 256, "Reschedule: Invalid or too long reason."); |