mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 05:57:58 -05:00
base code to call a syscall from ARM11 appcore
This commit is contained in:
@ -30,10 +30,12 @@ struct ModuleDef {
|
||||
const FunctionDef* func_table;
|
||||
};
|
||||
|
||||
void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table);
|
||||
|
||||
void CallSyscall(u32 opcode);
|
||||
|
||||
void Init();
|
||||
|
||||
void Shutdown();
|
||||
|
||||
void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table);
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user