From 9a233be9c64c267b2e8e55129b3e9564b45b7e52 Mon Sep 17 00:00:00 2001 From: Sam Hegarty Date: Thu, 16 Feb 2012 19:55:17 +1300 Subject: [PATCH] add fields to structure (taken from uOFW project) --- src/ge/pspge.h | 6 ++++++ 1 file changed, 6 insertions(+) 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; /**