twinaphex c0cbbe3d0e Backport https://github.com/mupen64plus/mupen64plus-core/pull/533 -
setting Vigilante 8 games to CountPerOp 1 was apparently a bad idea,
performance greatly increased with default framerate setting
2020-01-21 17:41:21 +01:00
2018-05-22 00:13:38 +02:00
2018-04-13 02:26:24 +02:00
2017-02-17 16:03:17 +01:00
2017-07-06 02:57:37 +02:00
2019-01-11 19:32:04 -02:00
2020-01-21 17:41:21 +01:00
2015-11-04 16:16:53 +01:00
2018-06-15 10:08:53 +09:00
2019-09-17 17:41:09 +01:00
2018-06-15 09:51:35 +09:00
2020-01-20 16:04:16 +01:00
2019-01-11 19:32:04 -02:00

Build Status Build status

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
  • make WITH_DYNAREC=aarch64

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

To build Android arm64 library with the new CXD4 RSP + Parallel RDP + dynarec do:

  • ndk-build APP_ABI=arm64-v8a
Description
Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
Readme 44 MiB
Languages
C++ 56.4%
C 40.6%
HTML 1.5%
Scilab 0.7%
Assembly 0.3%
Other 0.3%