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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Misc. bugfixes, add support for DRAWENV texture windows
spicyjpeg
2022-12-18
8
-55
/
+115
|
*
Fix dynamic linker symbol resolver and assert macro
spicyjpeg
2022-12-18
5
-128
/
+80
|
*
Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA read
spicyjpeg
2022-11-17
13
-1529
/
+1436
|
*
Misc. libpsn00b bugfixes, new critical section macros
spicyjpeg
2022-11-15
15
-134
/
+124
|
*
Add inline docs to psxcd.h, psxetc.h, psxgte.h
spicyjpeg
2022-10-30
6
-179
/
+1432
|
*
Refactor dynamic linker, misc. cleanups
spicyjpeg
2022-10-30
4
-390
/
+264
|
*
Refactor sound examples, add new spustream example
spicyjpeg
2022-10-27
4
-23
/
+49
|
*
Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enums
spicyjpeg
2022-10-27
7
-49
/
+107
|
*
Library bugfixes and additions, _sdk_log_inner() removal
spicyjpeg
2022-10-23
9
-141
/
+131
|
*
Rewrite psxsio with new API, fix compiler warnings
spicyjpeg
2022-10-21
10
-490
/
+626
|
*
Initial psxgte cleanup
spicyjpeg
2022-10-19
17
-764
/
+658
|
*
Clean up SDK debug logging, fix getTPage()
spicyjpeg
2022-10-19
16
-201
/
+239
|
*
Add debug log buffering, fix GetHeapUsage()
spicyjpeg
2022-10-18
13
-204
/
+216
|
*
Add MoveImage(), use draw queue for psxgpu VRAM APIs
spicyjpeg
2022-10-18
5
-122
/
+181
|
*
Remove interrupt disabling calls in psxcd callback APIs
spicyjpeg
2022-10-17
4
-34
/
+30
|
*
Add mdec/strvideo example, fix psxpress bug
spicyjpeg
2022-10-16
6
-16
/
+44
|
*
Fix dropped IRQs, clean up psxcd and psxetc logging
spicyjpeg
2022-10-13
4
-93
/
+84
|
*
Update preset files, README, docs and changelog
spicyjpeg
2022-10-11
1
-2
/
+0
|
*
Replace DEBUG macro with standard NDEBUG macro
spicyjpeg
2022-10-11
10
-47
/
+44
|
*
Update CMake scripts to use generator expressions
spicyjpeg
2022-10-11
4
-158
/
+149
|
*
Refactor CMake scripts, add separate debug/release builds
spicyjpeg
2022-10-09
4
-204
/
+188
|
*
Optimize memset(), add heap usage API, remove _mem_init()
spicyjpeg
2022-10-08
4
-50
/
+184
|
*
Fix DMACallback bug, disable logging in release builds
spicyjpeg
2022-10-08
10
-212
/
+181
|
*
Replace psxgpu debug font, add CdGetSector2()
spicyjpeg
2022-10-06
8
-84
/
+60
|
*
Update version number, clean up old headers
spicyjpeg
2022-09-22
25
-62
/
+63
|
*
Bump GCC to 12.2.0, update docs and installation guide
spicyjpeg
2022-09-21
1
-0
/
+42
|
*
Fix psxetc bugs, IRQ controller register size
spicyjpeg
2022-08-21
3
-6
/
+7
|
*
Fix psxgpu and psxetc bugs, add VSyncHaltFunction()
spicyjpeg
2022-08-21
3
-30
/
+57
|
*
Rewrite libpsxetc in C, add ResetCallback()
spicyjpeg
2022-08-13
9
-438
/
+235
|
*
Clean up and add audio file to sound/spustream example
spicyjpeg
2022-08-11
1
-7
/
+10
|
*
Misc. fixes, add texturing to graphics/gte example
spicyjpeg
2022-08-10
4
-7
/
+10
|
*
Rewrite libpsxspu in C and update sound examples
spicyjpeg
2022-07-31
16
-513
/
+297
|
*
Deprecate u_short, u_int and u_long types in libpsn00b
spicyjpeg
2022-07-30
16
-913
/
+754
|
*
Replace default allocator with psyqo implementation
spicyjpeg
2022-07-23
4
-277
/
+268
|
*
Remove MDEC indev example, add more kernel APIs
spicyjpeg
2022-07-23
4
-42
/
+207
|
*
Add experimental psxpress Huffman decoding API
spicyjpeg
2022-07-17
5
-8
/
+1313
|
*
Change I/O base address to 0xbf80, use size_t in stdlib
spicyjpeg
2022-07-17
5
-86
/
+88
|
*
Add -g to default flags, update changelog and known bugs
spicyjpeg
2022-06-29
1
-0
/
+3
|
*
Refactor libpsxgpu in C, add OT drawing queue
spicyjpeg
2022-06-29
30
-1659
/
+720
|
*
Add 8 MB RAM support and customizable _start stub
spicyjpeg
2022-06-27
3
-3
/
+25
|
*
Clean up io/system573 example and libpsxpress
spicyjpeg
2022-06-27
2
-15
/
+19
|
*
Replace inline_c.h contents with nugget's inline_n.h
spicyjpeg
2022-03-31
1
-222
/
+1171
|
*
Replaced sample image of mdecimage example, added dummy hooks for sio tty ↵
U-Lameguy64-LT\Lameguy64
2022-03-25
1
-11
/
+16
|
|
|
|
device, updated some documentation in libn00bref.odf
*
Add FPS counter to n00bdemo, more psxpad commands
spicyjpeg
2022-03-23
1
-3
/
+7
|
*
Add mdec/mdecimage example, psxpress fixes
spicyjpeg
2022-03-20
2
-59
/
+61
|
*
Remove stdint.h, fix n00bdemo crashing
spicyjpeg
2022-03-20
3
-28
/
+13
|
*
Minor fixes, add C++ placement new, n00bdemo 573 support
spicyjpeg
2022-03-12
4
-27
/
+38
|
*
Fix critical ldscript bug and CI, add BIOS setjmp
spicyjpeg
2022-03-07
6
-39
/
+82
|
*
Add psxpress MDEC API and psn00bsdk_target_incbin_a
spicyjpeg
2022-02-27
3
-12
/
+360
|
*
Rename some hwregs_c.h and hwregs.a definitions
spicyjpeg
2022-02-27
14
-64
/
+64
|
[next]