mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 07:27:57 -05:00
renamed "syscall" module to "svc" (more accurate naming)
This commit is contained in:
@ -34,7 +34,7 @@ struct ModuleDef {
|
||||
|
||||
void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table);
|
||||
|
||||
void CallSyscall(u32 opcode);
|
||||
void CallSVC(u32 opcode);
|
||||
|
||||
void EatCycles(u32 cycles);
|
||||
|
||||
|
Reference in New Issue
Block a user