mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-18 01:28:36 +00:00
sample hle function loading (libc)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "Libs.h"
|
||||
#include "LibC.h"
|
||||
|
||||
namespace HLE::Libs {
|
||||
|
||||
void Init_HLE_Libs(SymbolsResolver *sym)
|
||||
{
|
||||
|
||||
LibC::LibC_RegisterFunc(sym);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user