pspsdk-1.0+beta2
psputility.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * psputility.h - Master include for the pspUtility library
7  *
8  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
9  *
10  * $Id: psputility.h 2387 2008-05-04 17:15:32Z iwn $
11  */
12 #ifndef __PSPUTILITY_H__
13 #define __PSPUTILITY_H__
14 
15 typedef struct
16 {
17  unsigned int size;
18  int language;
19  int buttonSwap;
22  int fontThread;
24  int result;
25  int reserved[4];
28 
29 #include <psputility_msgdialog.h>
30 #include <psputility_netconf.h>
31 #include <psputility_netparam.h>
32 #include <psputility_savedata.h>
33 #include <psputility_gamesharing.h>
34 #include <psputility_htmlviewer.h>
35 #include <psputility_sysparam.h>
36 #include <psputility_osk.h>
37 #include <psputility_netmodules.h>
38 #include <psputility_avmodules.h>
39 #include <psputility_usbmodules.h>
40 #include <psputility_modules.h>
41 
42 #define PSP_UTILITY_ACCEPT_CIRCLE 0
43 #define PSP_UTILITY_ACCEPT_CROSS 1
44 
48 typedef enum
49 {
57 
58 #endif