mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +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
10
src/Core/PS4/HLE/LibC.h
Normal file
10
src/Core/PS4/HLE/LibC.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
#include "../Loader/SymbolsResolver.h"
|
||||
|
||||
namespace HLE::Libs::LibC {
|
||||
|
||||
void LibC_RegisterFunc(SymbolsResolver* sym);
|
||||
//functions
|
||||
static void init_env();
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue