HLE: Removed usnused EatCycles function.

This commit is contained in:
bunnei 2014-06-06 23:34:49 -04:00
parent 862db811f0
commit 4620e2a741
3 changed files with 0 additions and 15 deletions

View file

@ -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.");