mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
some more HLE functions
This commit is contained in:
parent
830542e870
commit
67da986e19
9 changed files with 77 additions and 40 deletions
6
src/Emulator/HLE/Libraries/LibUserService/user_service.h
Normal file
6
src/Emulator/HLE/Libraries/LibUserService/user_service.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
#include "Core/PS4/Loader/SymbolsResolver.h"
|
||||
|
||||
namespace Emulator::HLE::Libraries::LibUserService {
|
||||
void libUserService_Register(SymbolsResolver* sym);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue