pspsdk-1.0+beta2
Main Page
Modules
Data Structures
Files
File List
Globals
pspsdk-1.0+beta2
Modules
Data Structures
Files
File List
src
asfparser
atrac3
audio
base
ctrl
debug
display
fpu
ge
gu
gum
hprm
kernel
libc
mp3
mpeg
nand
net
openpsid
power
prof
registry
rtc
sdk
sircs
startup
umd
usb
usbstor
user
utility
psputility.h
psputility_avmodules.h
psputility_gamesharing.h
psputility_htmlviewer.h
psputility_modules.h
psputility_msgdialog.h
psputility_netconf.h
psputility_netmodules.h
psputility_netparam.h
psputility_osk.h
psputility_savedata.h
psputility_sysparam.h
psputility_usbmodules.h
vfpu
video
vsh
wlan
tools
Globals
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
;
20
int
graphicsThread
;
21
int
accessThread
;
22
int
fontThread
;
23
int
soundThread
;
24
int
result
;
25
int
reserved[4];
27
}
pspUtilityDialogCommon
;
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
{
50
PSP_UTILITY_DIALOG_NONE
= 0,
51
PSP_UTILITY_DIALOG_INIT
,
52
PSP_UTILITY_DIALOG_VISIBLE
,
53
PSP_UTILITY_DIALOG_QUIT
,
54
PSP_UTILITY_DIALOG_FINISHED
56
}
pspUtilityDialogState
;
57
58
#endif
src
utility
psputility.h
Generated on Sat Apr 9 2016 07:00:25 for pspsdk-1.0+beta2 by
1.8.1.2