Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
Go to file
2018-04-13 02:26:24 +02:00
gles2n64/src fix build for emscripten 2018-01-15 13:34:56 -06:00
gles2rice One buildfix 2018-04-13 02:26:24 +02:00
glide2gl get (some) rendering in emscripten 2018-01-15 20:56:00 -06:00
Graphics Get rid of HAVE_PARALLEL_ONLY 2017-02-17 16:03:17 +01:00
include/GL Update 2017-07-06 02:57:37 +02:00
jni Refactor android jni makefiles 2018-04-09 12:37:10 -05:00
libretro Analog Sensitivity Core Option. 2018-03-23 12:05:30 +01:00
libretro-common Updates 2018-04-13 02:18:26 +02:00
mupen64plus-core Add llabs call under DEBUG ifdef 2018-04-09 23:05:23 +02:00
mupen64plus-rsp-cxd4 Cleanups 2017-11-03 17:58:38 +01:00
mupen64plus-rsp-hle Cleanups 2017-11-03 08:19:08 +01:00
mupen64plus-rsp-paraLLEl Don't seem to need this header? 2017-06-03 00:41:07 +02:00
mupen64plus-video-angrylion fix build for emscripten 2018-01-15 13:34:56 -06:00
mupen64plus-video-angrylion_bak Add backup 2017-07-24 07:24:27 +02:00
mupen64plus-video-angrylion-thr Cleanups 2017-11-04 16:53:34 +01:00
mupen64plus-video-gliden64 Change HAVE_OPENGLES31 defines 2016-05-07 06:34:34 +02:00
mupen64plus-video-paraLLEl Allow build on Haiku target 2018-02-01 18:20:11 +00:00
tools (#272) So let's fix it. 2015-11-04 16:16:53 +01:00
.gitignore Now the frontend builds with this integrated for the Vita 2016-08-14 00:47:17 +02:00
.travis.yml add travis build script 2017-10-24 13:33:50 -04:00
Makefile Merge pull request #469 from psyke83/master 2018-03-17 10:20:28 -05:00
Makefile.common Allow build on Haiku target 2018-02-01 18:20:11 +00:00
README.md Get rid of HAVE_PARALLEL_ONLY 2017-02-17 16:03:17 +01:00

mupen64plus-libretro

To enable a dynarec CPU core you must pass the WITH_DYNAREC value to make:

  • make WITH_DYNAREC=x86
  • make WITH_DYNAREC=x86_64
  • make WITH_DYNAREC=arm

New make options:

  • USE_CXD4_NEW - use the most recent version of CXD4 that was verified on Android
  • USE_SSE2NEON - enable SSE2 vectorized routines on ARMv7+ via hacked SSE2NEON library

To build Android hardfp library with the new CXD4 RSP + NEON + Parallel RDP do:

  • ndk-build -j8 USE_SSE2NEON=1 APP_ABI=armeabi-v7a-hard