Skip to content

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.

Notifications You must be signed in to change notification settings

Bezier89/parallel-n64

This branch is 1 commit ahead of, 623 commits behind libretro/parallel-n64:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a7da27 · Jul 16, 2017
Feb 17, 2017
Jul 6, 2017
Jun 7, 2017
Jul 6, 2017
Jul 6, 2017
Jun 10, 2017
Jul 6, 2017
Jul 8, 2017
Jul 16, 2017
Jul 6, 2017
Jul 6, 2017
Jun 2, 2017
Jul 6, 2017
May 7, 2016
Jul 6, 2017
Nov 4, 2015
Aug 13, 2016
Jul 6, 2017
Jul 6, 2017
Feb 17, 2017

Repository files navigation

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

About

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.5%
  • C++ 23.7%
  • PHP 4.2%
  • HTML 3.4%
  • Assembly 0.5%
  • Python 0.3%
  • Other 0.4%