Commit Graph

5 Commits

Author SHA1 Message Date
John Kelley
ef92f92e2d
Fix various warnings caught by GCC 9 in newer psp-toolchain (#76)
* Fix various warnings caught by GCC 9 in newer psp-toolchain

* Add -Wno-pragma so that GCC 4 will not barf on newer pragmas

* Incorporate PR feedback for tautological compares

* Fix function prototype for module_start and module_bootstart

* Fix moduleRebootBefore and moduleRebootPhase function pointer types

* Re-add __inline__ to implementation of getCyclicPolynomialHash
2021-01-19 11:10:24 +01:00
artart78
7b7b9fcf19 Added fully RE'ed syscon (and some other fixes) 2012-05-27 22:13:07 +00:00
_Felix_
e20aec62c1 Changed "PSP_" prefix to "SCE_" prefix. 2012-05-16 18:56:45 +00:00
artart78
4aa8a3def6 Minor fixes and updated copyright 2012-01-01 00:41:00 +00:00
artart78
0202f8712a Worked a bit on the build system (to do: move the library name before each library, remove the sections and add the two other segments found in SCE modules) 2011-12-29 21:27:05 +00:00