index
:
xavi/psn00bsdk
fix-include
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpsn00b
/
psxcd
/
isofs.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix bugs in libc, psxgpu, psxpress, clean up headers
spicyjpeg
2024-01-08
1
-7
/
+7
|
*
Fix non-standard string.h functions, remove argv parser
spicyjpeg
2023-04-04
1
-15
/
+36
|
*
Add argument validation to most libpsn00b functions
spicyjpeg
2023-04-04
1
-0
/
+13
|
*
Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA read
spicyjpeg
2022-11-17
1
-43
/
+29
|
*
Rewrite psxsio with new API, fix compiler warnings
spicyjpeg
2022-10-21
1
-0
/
+1
|
*
Clean up SDK debug logging, fix getTPage()
spicyjpeg
2022-10-19
1
-53
/
+56
|
*
Add debug log buffering, fix GetHeapUsage()
spicyjpeg
2022-10-18
1
-60
/
+52
|
*
Remove interrupt disabling calls in psxcd callback APIs
spicyjpeg
2022-10-17
1
-5
/
+14
|
*
Fix dropped IRQs, clean up psxcd and psxetc logging
spicyjpeg
2022-10-13
1
-10
/
+10
|
*
Replace DEBUG macro with standard NDEBUG macro
spicyjpeg
2022-10-11
1
-9
/
+6
|
*
Fix DMACallback bug, disable logging in release builds
spicyjpeg
2022-10-08
1
-157
/
+94
|
*
Replace psxgpu debug font, add CdGetSector2()
spicyjpeg
2022-10-06
1
-4
/
+4
|
*
Deprecate u_short, u_int and u_long types in libpsn00b
spicyjpeg
2022-07-30
1
-20
/
+20
|
*
Fix CdGetSector size inconsistency, update changelog
spicyjpeg
2021-12-23
1
-1
/
+1
|
*
CMake fixes, psxcd and printf/scanf improvements
spicyjpeg
2021-11-28
1
-8
/
+20
|
*
Deprecated malloc.h, moved int*_t types to stdint.h
spicyjpeg
2021-11-18
1
-1
/
+1
|
*
Fixed missing type errors when compiling libraries due to the new variable ↵
John Wilbert M. Villamor
2021-07-01
1
-6
/
+7
|
|
|
|
type changes
*
Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵
John Wilbert M. Villamor
2020-11-29
1
-3
/
+3
|
|
|
|
memmove(), removed redundant toolchain definitions, added HDTV example
*
Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵
John Wilbert M. Villamor
2020-09-19
1
-171
/
+229
|
|
|
|
moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph()
*
Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.
John Wilbert M. Villamor
2020-03-11
1
-2
/
+2
|
*
Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵
John Wilbert M. Villamor
2020-02-28
1
-0
/
+852
added cdbrowse example.