PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
PspGeCallbackData Struct Reference

Structure to hold the callback data. More...

#include <ge/pspge.h>

Data Fields

PspGeCallback signal_func
 GE callback for the signal interrupt.
 
voidsignal_arg
 GE callback argument for signal interrupt.
 
PspGeCallback finish_func
 GE callback for the finish interrupt.
 
voidfinish_arg
 GE callback argument for finish interrupt.
 

Detailed Description

Structure to hold the callback data.

Field Documentation

◆ finish_arg

void* PspGeCallbackData::finish_arg

GE callback argument for finish interrupt.

Referenced by sceGuInit().

◆ finish_func

PspGeCallback PspGeCallbackData::finish_func

GE callback for the finish interrupt.

Referenced by sceGuInit().

◆ signal_arg

void* PspGeCallbackData::signal_arg

GE callback argument for signal interrupt.

Referenced by sceGuInit().

◆ signal_func

PspGeCallback PspGeCallbackData::signal_func

GE callback for the signal interrupt.

Referenced by sceGuInit().


The documentation for this struct was generated from the following file: