diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-06 12:15:24 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-06 12:15:24 +0200 |
| commit | 6ee55c23b042a1559e8cabfccf3b9d3320c4c5cc (patch) | |
| tree | 1bc6862819944ecbe8a19054ad18597c473b81b5 /libpsn00b/include | |
| parent | c4a2533d21dfd05cde841ea48c67b05e0e6a853f (diff) | |
| download | psn00bsdk-6ee55c23b042a1559e8cabfccf3b9d3320c4c5cc.tar.gz | |
Replace psxgpu debug font, add CdGetSector2()
Diffstat (limited to 'libpsn00b/include')
| -rw-r--r-- | libpsn00b/include/psxcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpsn00b/include/psxcd.h b/libpsn00b/include/psxcd.h index 03ee792..cf9ecad 100644 --- a/libpsn00b/include/psxcd.h +++ b/libpsn00b/include/psxcd.h @@ -145,6 +145,7 @@ uint32_t CdSyncCallback(CdlCB func); long CdReadyCallback(CdlCB func); int CdGetSector(void *madr, int size); +int CdGetSector2(void *madr, int size); CdlFILE* CdSearchFile(CdlFILE *loc, const char *filename); |
