mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 10:18:02 -05:00
- renamed hle_syscall to just syscall
- added service.h as an initial service interface
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "core/hle/hle.h"
|
||||
#include "core/hle/hle_syscall.h"
|
||||
#include "core/hle/syscall.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -41,7 +41,7 @@ void RegisterModule(std::string name, int num_functions, const FunctionDef* func
|
||||
}
|
||||
|
||||
void RegisterAllModules() {
|
||||
Register_Syscall();
|
||||
Syscall::Register();
|
||||
}
|
||||
|
||||
void Init() {
|
||||
|
Reference in New Issue
Block a user