Files
pspsdk/src/startup
David Guillen Fandos 4b2982cb7d Fix init / libc_init ordering
_init might require working pthreads, due to C++ constructors using
mutexes and threads. Since libc does not require _init execution, we
simply reorder them.

This removes support for kernel-mode _init on user programs that run in
kernel mode (mostly old FW 1.5, but should not affect almost any
homebrew out there, since they don't use user-mode main thread).
2023-06-28 23:11:56 +02:00
..
2023-06-28 23:11:56 +02:00
2023-06-28 23:11:56 +02:00
2010-10-18 12:54:49 -03:00
2020-06-22 21:24:12 +02:00