mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 06:37:58 -05:00
HLE: Removed usnused EatCycles function.
This commit is contained in:
@ -37,8 +37,6 @@ void RegisterModule(std::string name, int num_functions, const FunctionDef *func
|
||||
|
||||
void CallSVC(u32 opcode);
|
||||
|
||||
void EatCycles(u32 cycles);
|
||||
|
||||
void Reschedule(const char *reason);
|
||||
|
||||
void Init();
|
||||
|
Reference in New Issue
Block a user