mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
fix structure declaration
This commit is contained in:
@@ -22,11 +22,13 @@ extern "C" {
|
||||
/** Product structure */
|
||||
struct productStruct
|
||||
{
|
||||
/** Unknown, set to 0 */
|
||||
/** Unknown, set to 0, other values used are 1 and 2. Not sure on what they represent */
|
||||
int unknown;
|
||||
/** The product ID string */
|
||||
char product[9];
|
||||
} productStruct;
|
||||
/* possibly padding */
|
||||
char unk[3];
|
||||
};
|
||||
|
||||
/** Peer info structure */
|
||||
struct SceNetAdhocctlPeerInfo
|
||||
|
||||
Reference in New Issue
Block a user