mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 13:04:59 +00:00
add structure missing from last commit
This commit is contained in:
@@ -23,6 +23,13 @@ typedef struct PspGeContext {
|
||||
unsigned int context[512];
|
||||
} PspGeContext;
|
||||
|
||||
/** Structure storing a stack (for CALL/RET) */
|
||||
typedef struct
|
||||
{
|
||||
/** The stack buffer */
|
||||
unsigned int stack[8];
|
||||
} SceGeStack;
|
||||
|
||||
/** Typedef for a GE callback */
|
||||
typedef void (*PspGeCallback)(int id, void *arg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user