| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos, add missing const and improve code formatting. | yogi313 | 2025-01-23 | 1 | -13/+13 |
| | | |||||
| * | Fix TIM compatibility and improve TIM validation. | yogi313 | 2025-01-21 | 1 | -19/+35 |
| | | | | | | | | | | | | PSn00bSDK is a good SDK for testing decompiled game code and working with extracted TIM resources. However, there is an issue where some textures that can be loaded with the PsyQ SDK are not compatible with PSn00bSDK, causing a black screen when attempting to load them. This commit fixes this issue. Additionally, it adds a new check in the `GsGetTimInfo` and `GetTimInfo` functions. The check verifies if pixel data exists before setting the corresponding fields in the structure, preventing the loading of garbage data. | ||||
| * | Fix bugs in libc, psxgpu, psxpress, clean up headers | spicyjpeg | 2024-01-08 | 1 | -5/+13 |
| | | |||||
| * | Add GPU IRQ variants of all display list APIs | spicyjpeg | 2023-05-11 | 1 | -1/+11 |
| | | |||||
| * | Add MoveImage(), SetDrawOpType(), GPU IRQ support | spicyjpeg | 2023-05-11 | 1 | -0/+3 |
| | | |||||
| * | Add argument validation to most libpsn00b functions | spicyjpeg | 2023-04-04 | 1 | -0/+16 |
| | | |||||
| * | Fix VSync(), assert(), warnings and some examples | spicyjpeg | 2023-01-22 | 1 | -1/+1 |
| | | |||||
| * | Fix VSync() rate limiter, add missing tagless packets | spicyjpeg | 2023-01-13 | 1 | -2/+11 |
| | | |||||
| * | Re-enable MoveImage(), add tagless primitive structs | spicyjpeg | 2022-12-28 | 1 | -2/+10 |
| | | |||||
| * | Add CdUnlock() and DMA priority API | spicyjpeg | 2022-12-28 | 1 | -4/+6 |
| | | |||||
| * | Misc. bugfixes, add support for DRAWENV texture windows | spicyjpeg | 2022-12-18 | 1 | -7/+29 |
| | | |||||
| * | Misc. libpsn00b bugfixes, new critical section macros | spicyjpeg | 2022-11-15 | 1 | -4/+8 |
| | | |||||
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 1 | -3/+3 |
| | | |||||
| * | Add debug log buffering, fix GetHeapUsage() | spicyjpeg | 2022-10-18 | 1 | -12/+10 |
| | | |||||
| * | Add MoveImage(), use draw queue for psxgpu VRAM APIs | spicyjpeg | 2022-10-18 | 1 | -14/+29 |
| | | |||||
| * | Replace DEBUG macro with standard NDEBUG macro | spicyjpeg | 2022-10-11 | 1 | -3/+3 |
| | | |||||
| * | Fix DMACallback bug, disable logging in release builds | spicyjpeg | 2022-10-08 | 1 | -3/+11 |
| | | |||||
| * | Rewrite libpsxspu in C and update sound examples | spicyjpeg | 2022-07-31 | 1 | -7/+7 |
| | | |||||
| * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 1 | -17/+16 |
| | | |||||
| * | Refactor libpsxgpu in C, add OT drawing queue | spicyjpeg | 2022-06-29 | 1 | -0/+116 |
