HLE: Removed usnused EatCycles function.
This commit is contained in:
parent
862db811f0
commit
4620e2a741
3 changed files with 0 additions and 15 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue