libretro / parallel-n64

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
309 stars 128 forks source link

Add OGA / H5 / N2 / RockPro 64 support #711

Closed liberodark closed 3 years ago

inactive123 commented 3 years ago

OK, this PR broke all our targets so I will have to revert it.

You can resubmit it but in a fixed manner. Please make sure there are no more errors next time.

This was an example of the errors -

$ export NUMPROC=$((1 + $(sysctl -n hw.ncpu)/5)) $ make -C ${MAKEFILE_PATH} -f ${MAKEFILE} -j${NUMPROC} platform=ios9 Makefile:234: *** only one `else' per conditional. Stop.