mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-08 19:53:15 +00:00
Autogen system,user,dialog modules (#98)
* some rework on system_service, user_service * fixed clang format * more clang fix * more clang fix * added error codes in system service * some libc functions * fixed fprintf * small fix * linux fix * error handling in user service * error codes reorganized
This commit is contained in:
parent
8c4f386641
commit
2a03b4d03b
30 changed files with 8184 additions and 184 deletions
|
@ -34,8 +34,8 @@
|
|||
sym->AddSymbol(sr, func); \
|
||||
}
|
||||
|
||||
namespace Core::Libraries {
|
||||
namespace OldLibraries {
|
||||
|
||||
void InitHLELibs(Loader::SymbolsResolver* sym);
|
||||
void InitHLELibs(Core::Loader::SymbolsResolver* sym);
|
||||
|
||||
} // namespace Core::Libraries
|
||||
} // namespace OldLibraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue