|
Nugget
Bare-metal libraries and examples for the original PlayStation
|
#include <stdint.h>

Go to the source code of this file.
Typedefs | |
| typedef int(* | GPD_ReadFn) (void *ctx, void *dst, int bytes) |
Functions | |
| int | GPD_Check (const void *header16) |
| int | GPD_Init (GPD_ReadFn fn, void *ctx) |
| int | GPD_InitMemory (const void *data, uint32_t size) |
| int | GPD_InitPCdrv (const char *hostPath) |
| int | GPD_InitCDRom (const char *path) |
| void | GPD_Close () |
| int | GPD_PlayFrame () |
Variables | |
| uint32_t | GPD_GPUVersion |
| uint32_t | GPD_Frame |
| void GPD_Close | ( | ) |
| int GPD_Init | ( | GPD_ReadFn | fn, |
| void * | ctx | ||
| ) |
| int GPD_InitCDRom | ( | const char * | path | ) |
| int GPD_InitPCdrv | ( | const char * | hostPath | ) |
| int GPD_PlayFrame | ( | ) |
|
extern |
|
extern |