00001 #include "dxlibp.h"
00002 #include <psputility.h>
00003
00004
00005
00006
00007
00008
00009
00010 typedef struct DXPGENERALDATA__
00011 {
00012 unsigned initialized : 1;
00013
00014 unsigned homebutton_callback_initialized : 1;
00015 unsigned homebutton_pushed : 1;
00016 unsigned exit_called : 1;
00017 SceUID homebutton_callback_threadid;
00018
00019 int randmode;
00020 SceKernelUtilsMt19937Context *mt19937context;
00021
00022 int charset;
00023 }DXPGENERALDATA;
00024
00025
00026
00027 extern DXPGENERALDATA dxpGeneralData;