PSPSDK 2024-12-24
Loading...
Searching...
No Matches
pspopenpsid.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 * pspopenpsid.h - Prototypes for the OpenPSID library
7 *
8 * Copyright (c) 2008 InsertWittyName (David Perry)
9 *
10 */
11
12#ifndef __PSPOPENPSID_H__
13#define __PSPOPENPSID_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19typedef struct PspOpenPSID
20{
21 unsigned char data[16];
23
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* __PSPOPENPSID_H__ */
int sceOpenPSIDGetOpenPSID(PspOpenPSID *openpsid)
float x
Definition psptypes.h:0
Definition pspopenpsid.h:20
unsigned char data[16]
Definition pspopenpsid.h:21