mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
patching more dummy functions
This commit is contained in:
parent
0ac4032d00
commit
063a689812
13 changed files with 69 additions and 16 deletions
|
@ -1,10 +1,12 @@
|
|||
#include "Libs.h"
|
||||
#include "LibC.h"
|
||||
#include "LibKernel.h"
|
||||
|
||||
namespace HLE::Libs {
|
||||
|
||||
void Init_HLE_Libs(SymbolsResolver *sym)
|
||||
{
|
||||
LibC::LibC_RegisterFunc(sym);
|
||||
LibC::LibC_Register(sym);
|
||||
LibKernel::LibKernel_Register(sym);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue