mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
started work on libraries linking
This commit is contained in:
parent
b8c542805f
commit
e0cee2d7fd
3 changed files with 16 additions and 1 deletions
9
src/Core/PS4/HLE/Libs.cpp
Normal file
9
src/Core/PS4/HLE/Libs.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "Libs.h"
|
||||
|
||||
namespace HLE::Libs {
|
||||
|
||||
void Init_HLE_Libs(SymbolsResolver *sym)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue