-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add emulator n64 #51
Comments
Platform? |
I use kodi on the platform android. |
N64, Wii, GameCube, and DS will likely not work because game.libretro doesn't have the GL support yet. |
@RobLach the parallel64 libretro should Work with angrylion, shouldnt it? Since its a plain software renderer. |
@RobLoach is it possible to add n64 addon to kodi for libreelec? or if it already available, so how to add it? what kodi repository should i use? |
ParaLLeXT is a forked version of ParaLLEl N64 -> https://github.com/kodi-game/game.libretro.parallext ParaLLEl N64 -> https://github.com/kodi-game/game.libretro.parallel_n64 Mupen64Plus-Next (Mupen64) -> https://github.com/kodi-game/game.libretro.mupen64plus-nx
Yes Angrylion is a software renderer (as well as the Vulkan-based Parallel renderer) but requite a high-end desktop CPU. |
Kodi core still doesn't support OpenGL emulators. We are still working on that. |
Understood, but should not the "Angrylion" renderer also be able to work as a pure software renderer for Parallel N64 as well? There is this multithreading fork of the Angrylion's software renderer which can be used on modern multi-core desktop CPUs: https://github.com/ata4/angrylion-rdp-plus Still active, however not a good replacement for a proper GPU implementation but nice as a multithreaded software renderer: https://www.ngemu.com/threads/spread-the-word-angrylion-rdp-plus.200521/ Read more about it in this blog article on libretro.com from 2017: Parallel N64 – Angrylion software rendererSo accurate software-based emulation of the N64 has remained an elusive pipe dream for decades. However, it seems things are finally changing now on high-end hardware. This test was conducted on an Intel i7 7700K running at Boost Mode (4.80GHz). We are using both the OpenGL video driver and the Vulkan video driver for this test, and we are running the game Super Mario 64. The exact spot we are testing at it is at the Princess Peach castle courtyard. Note that we are using the cxd4 RSP interpreter which, despite the SSE optimizations, would still be pretty slow compared to any RSP dynarec, so these results are impressive to say the least. There are games which dip more than this – for instance, Killer Instinct Gold can run at 48fps on the logo title screen, but on average, if you turn off VI filtering, most games should run at fullspeed with this configuration. In case you didn’t notice already, Vulkan doesn’t really benefit us much when we do plain software rendering. We are talking maybe a conservative 3fps increase with VI filtering, and about 2fps or maybe even a bit less with VI turned off. Not much to brag about but it could help in case you barely get 60fps and you need a 2+ fps dip to avoid v-sync stutters. Oddly enough, the sole exception to this is GoldenEye 007, where the tables are actually turned, and OpenGL actually leaps ahead of Vulkan quite significantly, conservatively by about 5fps with VI filter applied, and even higher with no VI filter. I tested this many times over to see if there was maybe a slight discrepancy going on, but I got the exact same results each and every time. |
Hello,
Can you add the emulator N64 in the kodi game libretro.
You can download the game but you can not open it because there a no emulator.
Thanks
The text was updated successfully, but these errors were encountered: