mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Some functions added
This commit is contained in:
parent
cd6f95c90d
commit
6cab4d7100
14 changed files with 1199 additions and 191 deletions
|
|
@ -1957,7 +1957,7 @@ struct SceNpScoreClanRankData
|
|||
CellRtcTick recordDate;
|
||||
SceNpId npId;
|
||||
SceNpOnlineName onlineName;
|
||||
uint8_t reserved[32];
|
||||
u8 reserved[32];
|
||||
};
|
||||
|
||||
// Clan ranking information to be obtained for a specified clan ID
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ enum
|
|||
|
||||
// Request handle for clan API
|
||||
struct SceNpClansRequest;
|
||||
typedef SceNpClansRequest* SceNpClansRequestHandle;
|
||||
typedef vm::ptr<SceNpClansRequest> SceNpClansRequestHandle;
|
||||
|
||||
// Paging request structure
|
||||
struct SceNpClansPagingRequest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue