mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-18 01:28:36 +00:00
patching more dummy functions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user