diff --git a/src/ge/pspge.h b/src/ge/pspge.h index a9cb69be..9725cfff 100644 --- a/src/ge/pspge.h +++ b/src/ge/pspge.h @@ -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; /**