mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 22:32:40 +00:00
HLE: Removed usnused EatCycles function.
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user