PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
psputility.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
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 */
11#ifndef __PSPUTILITY_H__
12#define __PSPUTILITY_H__
13
14typedef struct
15{
17 unsigned int size;
31 int result;
33 int reserved[4];
34
36
38#include <psputility_netconf.h>
39#include <psputility_netparam.h>
40#include <psputility_savedata.h>
43#include <psputility_sysparam.h>
44#include <psputility_osk.h>
48#include <psputility_modules.h>
49
50#define PSP_UTILITY_ACCEPT_CIRCLE 0
51#define PSP_UTILITY_ACCEPT_CROSS 1
52
65
66#endif
pspUtilityDialogState
Return-values for the various sceUtility***GetStatus() functions.
Definition psputility.h:57
@ PSP_UTILITY_DIALOG_NONE
No dialog is currently active.
Definition psputility.h:58
@ PSP_UTILITY_DIALOG_QUIT
The dialog has been canceled and should be shut down.
Definition psputility.h:61
@ PSP_UTILITY_DIALOG_VISIBLE
The dialog is visible and ready for use.
Definition psputility.h:60
@ PSP_UTILITY_DIALOG_INIT
The dialog is currently being initialized.
Definition psputility.h:59
@ PSP_UTILITY_DIALOG_FINISHED
The dialog has successfully shut down.
Definition psputility.h:62
Definition psputility.h:15
int graphicsThread
Graphics thread priority.
Definition psputility.h:23
int language
Language.
Definition psputility.h:19
int buttonSwap
Set to 1 for X/O button swap.
Definition psputility.h:21
int fontThread
Font thread priority (ScePafThread)
Definition psputility.h:27
int result
Result.
Definition psputility.h:31
int soundThread
Sound thread priority.
Definition psputility.h:29
int accessThread
Access/fileio thread priority (SceJobThread)
Definition psputility.h:25
unsigned int size
Size of the structure.
Definition psputility.h:17