mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
get_authinfo (#3760)
This commit is contained in:
@@ -44,6 +44,13 @@ struct SwVersionStruct {
|
||||
u32 hex_representation;
|
||||
};
|
||||
|
||||
struct AuthInfoData {
|
||||
u64 paid;
|
||||
u64 caps[4];
|
||||
u64 attrs[4];
|
||||
u64 ucred[8];
|
||||
};
|
||||
|
||||
void RegisterLib(Core::Loader::SymbolsResolver* sym);
|
||||
|
||||
} // namespace Libraries::Kernel
|
||||
|
||||
Reference in New Issue
Block a user