mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
added pad functions parameters
This commit is contained in:
parent
1e18efcd05
commit
95f1c14dcf
3 changed files with 65 additions and 37 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
namespace Emulator::HLE::Libraries::LibUserService {
|
||||
|
||||
using SceUserServiceUserId = s32;
|
||||
|
||||
struct SceUserServiceInitializeParams {
|
||||
s32 priority;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue