mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
sample hle function loading (libc)
This commit is contained in:
parent
e0cee2d7fd
commit
79a6464c58
7 changed files with 45 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
#include "Libs.h"
|
||||
#include "LibC.h"
|
||||
|
||||
namespace HLE::Libs {
|
||||
|
||||
void Init_HLE_Libs(SymbolsResolver *sym)
|
||||
{
|
||||
|
||||
LibC::LibC_RegisterFunc(sym);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue