mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 18:50:50 -04: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