sample hle function loading (libc)

This commit is contained in:
georgemoralis 2023-06-28 20:15:19 +03:00
parent e0cee2d7fd
commit 79a6464c58
7 changed files with 45 additions and 3 deletions

View file

@ -1,9 +1,10 @@
#include "Libs.h"
#include "LibC.h"
namespace HLE::Libs {
void Init_HLE_Libs(SymbolsResolver *sym)
{
LibC::LibC_RegisterFunc(sym);
}
}