Improved mupen64plus libretro core reimplementation
Go to file
M4xw 4249e39b2c git subrepo push GLideN64
subrepo:
  subdir:   "GLideN64"
  merged:   "50604252b"
upstream:
  origin:   "git@github.com:libretro/GLideN64.git"
  branch:   "develop"
  commit:   "50604252b"
git-subrepo:
  version:  "0.4.6"
  origin:   "???"
  commit:   "???"
2024-10-29 12:09:29 +01:00
custom [GLideN64]: Update INI 2024-10-15 14:38:30 +02:00
GLideN64 git subrepo push GLideN64 2024-10-29 12:09:29 +01:00
libretro Fix gliden64 reinitialization on second playthrough 2024-10-29 12:07:30 +01:00
libretro-common Some stability improvements 2024-07-11 15:47:56 +02:00
mupen64plus-core Stub ConfigGetParamBool use 2024-08-21 15:47:25 +02:00
mupen64plus-rsp-cxd4 Cleanup Cxd4 related code 2021-01-12 16:10:24 +01:00
mupen64plus-rsp-hle git subrepo push mupen64plus-rsp-hle 2022-05-03 12:46:50 +02:00
mupen64plus-rsp-paraLLEl git subrepo push mupen64plus-rsp-paraLLEl 2024-01-30 13:09:53 +01:00
mupen64plus-video-angrylion Resolve GCC-13 compatibility 2023-08-08 12:46:58 +02:00
mupen64plus-video-paraLLEl Fix build against latest parallel-rdp. 2022-12-12 13:25:54 +01:00
switch [NX] Test JIT Changes 2020-06-26 16:12:05 +02:00
xxHash [Squash] Don't include xxhash from mupen64plus-core (#190) 2020-06-26 16:12:03 +02:00
.gitignore Fixes for GLideN64 rebase. 2019-04-26 23:09:23 +02:00
.gitlab-ci.yml fix leftover line 2024-08-13 17:51:10 +02:00
generate-ini-headers.sh Add script to generate header files from mupen64plus-core and GLideN64 ini files 2020-06-26 16:12:03 +02:00
LICENSE Fix LICENSE, update README 2019-06-25 11:10:40 +02:00
Makefile Additional neon optimization flag 2024-08-21 15:46:03 +02:00
Makefile.common Fixes after GLideN64 rebase 2024-10-15 14:33:02 +02:00
README.md Fix typo in README.md 2020-11-21 23:59:20 +01:00

Mupen64Plus-Next

Mupen64Plus-Next is a N64 emulation library for the libretro API, based on Mupen64Plus (see below).

It is also the successor of the old Mupen64Plus libretro core.

You can always rely on it to give you an excellent Majora's Mask experience. Seriously.

How is this different from any N64 libretro-core, ever?

Due to the amount of libraries that are used and are in regular need of maintenance, I have strict rules about adding dependencies.
This allows for easy maintenance, so available time can be spent on useful improvements and lowers the burden.
By default the experience will be very simliar to the N64 emulators you know and love with a lot extra.

Sidenote:
While I accept pretty much every reasonable contribution, hacks must not impact behavior by default, unless justified.
If you need to add a dependency, please consult me first.
Force-pushes on all branches but develop and master are fair game. master has the best stability memes, if that's your thing.

Used Technologies

The following projects have been incorporated into this repository:

Acknowledgments

A special thanks to:

  • The Mupen64Plus Team, especially Gillou68310
  • gonetz and those that have worked on GLideN64, especially fzurita
  • The Authors of cxd4 and angrylion-rdp-plus (ata4)
  • themaister for parallel-rsp and parallel-rdp (including the Vulkan integration)
  • Everyone in the libretro Team

- m4xw