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