mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 20:45:05 +00:00
add fields to structure (taken from uOFW project)
This commit is contained in:
@@ -41,8 +41,14 @@ typedef struct PspGeCallbackData
|
||||
|
||||
typedef struct PspGeListArgs
|
||||
{
|
||||
/** Size of the structure (16) */
|
||||
unsigned int size;
|
||||
/** Pointer to a context */
|
||||
PspGeContext* context;
|
||||
/** Number of stacks to use */
|
||||
u32 numStacks;
|
||||
/** Pointer to the stacks (unused) */
|
||||
SceGeStack *stacks;
|
||||
} PspGeListArgs;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user