mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-19 13:08:27 +00:00
10 lines
141 B
C++
10 lines
141 B
C++
#include "Libs.h"
|
|
#include "LibC.h"
|
|
|
|
namespace HLE::Libs {
|
|
|
|
void Init_HLE_Libs(SymbolsResolver *sym)
|
|
{
|
|
LibC::LibC_RegisterFunc(sym);
|
|
}
|
|
} |