-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Items not backported yet #35
Comments
I noticed Mesen2 has a lot of new fixes Possible to backport or re-fork the NES core? |
Was #34 related to this? |
No. NovaSquirrel/Mesen-X has lots of mapper fixes not here = #34. Post 1 has more Mesen-X changes not in libretro. And Mesen2 has newer NES fixes not seen in any Mesen1 port, which I think can be cherry-picked back here. |
Alright, thanks for the clarification. Hopeful that we'll get the libretro version of Mesen2 one day. |
Sour said he will create libretro cores for each Mesen2 system but it's a long time off. And if it runs slower than Mesen1, some of us have to stick with older Mesen core. |
Good to know he's considering the libretro cores. But why does it run slower? I thought Mesen2 was just the continued development of the original Mesen, or is it a rewrite? |
Mesen is a high-accuracy emulator. The higher the accuracy, often the slower the emulation. |
copy/paste much? |
Ah yes, that makes perfect sense. |
Replace S5b emu with emu2149 for better accuracy
https://github.com/NovaSquirrel/Mesen-X/commits/master/Core/SSGAudio.h
(*) Might make emu much slower on low-power devices?
Replace Vrc7 emu with Nuked-OPLL
https://github.com/NovaSquirrel/Mesen-X/commits/e6d75fcf58da2ccc1b89ed1d3c99f74925f2907e/Core/Vrc7Audio.h
(*) Might make emu much slower on low-power devices?
Ntsc filter fixes
https://github.com/NovaSquirrel/Mesen-X/commits/master/Core/BisqwitNtscFilter.cpp
HD updates (many)
The text was updated successfully, but these errors were encountered: