Commit Graph

12 Commits

Author SHA1 Message Date
Wouter Wijsman
ae4731159b Move SceSize to psptypes.h 2025-04-04 23:06:59 +02:00
Steam Deck User
063e6f8a4e Fix missing includes and disable interrupts for pspSdkTotalFreeUserMemSize 2023-04-13 21:36:52 -04:00
Steam Deck User
0fa2a6ed12 Add support for retrieving the amount of free RAM in user partitions.
pspSdkTotalFreeUserMemSize(), similar to sceKernelTotalMemSize().
2023-04-07 22:41:49 -04:00
Francisco Javier Trujillo Mata
98b7d836ee Create specific modinfo library 2021-12-06 21:24:44 +01:00
David Guillen Fandos
df9e296904 Move inline stubs to a separated asm file
Defining asm labels in inline assembly is not a good idea, according to
GCC docs it can result in labels being deleted (optimized away) or even
duplicated (see https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html).

This affects LTO linking, since LTO removes the four symbols and results
in undefined references. Using an ASM file makes sure that symbols exist
with the correct attributes.
2021-12-03 21:52:59 +01:00
Francisco Javier Trujillo Mata
c0f526059a Rename libpsplibc to libcglue 2021-11-15 15:41:30 +01:00
Francisco Javier Trujillo Mata
cee267dcb7 Add new libc headers in the sdk include lists 2021-11-15 15:25:02 +01: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
Dan Peori
8a3bef9012 first commit 2010-10-18 12:54:49 -03:00