DaedalusX64 / daedalus

The Nintendo 64 Emulator itself
GNU General Public License v2.0
591 stars 55 forks source link

[PSP] Update Daedalus code when `gprof` #71

Closed fjtrujy closed 1 month ago

fjtrujy commented 1 month ago

Description

This PR is to update the Daedalus code for PSP after the recent changes done in the SDK.

Most of the changes are related to the fact that gprof is now done more transparently. One of the most important changes is that we can't directly call sceKernelExitGame as it won't do proper deinit processes, so instead we just call the standard exit function

Cheers.