Commit Graph

12 Commits

Author SHA1 Message Date
Steam Deck User
78a1f9ac72 Guard _PSP_FW_VERSION macro to mitigate warnings with -Wundef
Fixes #123. Guards `_PSP_FW_VERSION` references with `#if defined()` to avoid the SDK headers returning warnings when compiling modules with the `-Wundef` cflag.
2023-04-24 23:28:33 -04:00
JoseAaronLopezGarcia
6d00b425f9 Update psputilsforkernel.h
Updated fourth argument of decompression routines.
When not NULL, the routines will store a pointer to the next unprocessed compressed byte (src + n_compressed_bytes_processed).
This can be useful to implement stream-based decompression, calculating number of processed compressed bytes, etc.
2023-02-08 17:32:48 +01:00
Joel16
65ec4ecdf9 pspsysreg.h: Fix sceSysregGetTachyonVersion function prototype 2021-12-09 15:45:55 -05:00
Francisco Javier Trujillo Mata
13db378d32 Adding missing stub for sceKernelMaxFreeMemSize 2021-11-15 15:25:01 +01:00
John Kelley
8595e112e1 Fix GetTachyonVersion prefix 2021-03-25 23:10:17 -04:00
Paul Sajna
1f37590ef4 fix doxygen addgroup syntax 2020-10-03 13:02:09 -07:00
Carsten Teibes
6f8e67656e Silence build output
Do not pass CPPFLAGS twice
2020-05-16 02:58:04 +02:00
Carsten Teibes
8c50361674 Modernize autotools usage (fix warnings) 2020-05-16 01:10:40 +02:00
Carsten Teibes
7c6e46b487 Remove outdated svn ids, change url, fix permissions
Convert to unix line endings
2020-05-08 00:50:41 +02:00
Fighter19
024abb63f2 Added functions to identify PSP Model 2016-05-15 12:02:58 +02:00
Sam Hegarty
e3279bfee3 sync with devkit psp 2011-10-24 21:07:54 +13:00
Dan Peori
8a3bef9012 first commit 2010-10-18 12:54:49 -03:00