add fields to structure (taken from uOFW project)

This commit is contained in:
Sam Hegarty
2012-02-16 19:55:17 +13:00
parent ef1a7c13bf
commit 9a233be9c6

View File

@@ -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;
/**