DaedalusX64 / daedalus

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

Fix compilation without `DAEDALUS_PSP_USE_ME` #72

Closed fjtrujy closed 1 month ago

fjtrujy commented 1 month ago

Description

I have been trying to compile daedalusX64 for PSP but this time I tried to use the cmake flag -DDAEDALUS_PSP_USE_ME=OFF but the compilation was failing.

This PR basically fixes the compilation in those scenarios.

Cheers.