Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Mupen64 – Any way to get it running as smooth as this guy did?
- This topic has 8 replies, 4 voices, and was last updated 10 years, 9 months ago by whise.
-
AuthorPosts
-
02/03/2014 at 22:38 #4585mattmartinolcParticipant
Stumbled on a YouTube vid of a guy running N64 pretty smooth on his Pi using Mupen64 in a GUI…
https://www.youtube.com/watch?v=7zkUnkgIDJE
Just wondering if anyone has been able to get their Mupen64 working with RetroPie this smoothly, and what the settings are for achieving this?
02/04/2014 at 00:24 #4588whiseParticipantmy best guess is a high overclock
02/04/2014 at 00:27 #4589kitchukParticipantIt’s still a quire choppy fps wise. Also the sound still get crackles due to buffer underruns. Try over clocking your pi and that should increase performance. Also run in console rather that x windows.
02/04/2014 at 05:13 #4591mattmartinolcParticipantMy overclock is quite high. I have a 5.1v 2.1amp power supply feeding my Pi, the operating system running on a USB stick and also have heatsinks and a fan cooling it. And gpu_mem_512=384
Should I change the memory split? I saw most have it at 384 so I did too.
arm_freq=1130
core_freq=560
h264_freq=360
isp_freq=0
v3d_freq=360
sdram_freq=675
over_voltage_sdram=6
over_voltage=8
temp_limit=80
avoid_pwm_pll=102/04/2014 at 05:16 #4592mattmartinolcParticipantI read into things a bit more and found out the guy that put up the video is using a custom build of Mupen64 http://www.raspberrypi.org/phpBB3/viewtopic.php?f=78&t=58395.
They claim to have certain games like Mario64, mario kart, turok, starfox etc all running smoothly.
There are posts in there about getting that version of Mupen to launch from RetroPie as well.
*EDIT: The github page for their build is here https://github.com/ricrpi/mupen64plus-rpi
02/04/2014 at 12:26 #4594whiseParticipantMy overclocking settings are much lower than yours, and I think my mario 64 runs pretty good.
Im not shure if its that smooth though, but I play it without noticing any lag or slowness.
I cant say that on other n64 games unfortunatly.
02/05/2014 at 02:09 #4607crystaljParticipantMario 64 is about the only game I’ve had any luck running so far. I run at arm_freq=1000 and sdram_freq=500 and it plays quite smoothly, including sound. No luck with other games though.
Maybe make sure your power supply is enough? I am using this one, which came recommended by other pi users.02/05/2014 at 11:20 #4613whiseParticipantmupen64plus-pi just had some updates, I think ill try compiling the new version.
02/11/2014 at 11:52 #4823whiseParticipantHere is some points:
Original http://www.raspberrypi.org/phpBB3/viewtopic.php?f=78&t=58395&start=150I think RetroPie pulls the master branch from the repository. The ric_dev branch is usually slightly faster but more likely to have errors.
To get the best performance you should do the following:
1. Overclock the Pi to its maximum stable speed (use ‘sudo raspi-config’ )
2. Run mupen64plus using sudo/root so that it can change its scheduler policy to ‘hog’ the CPU
3. Use 128Mb GPU/CPU memory split. The current code doesn’t force the kernel to keep pages in ram so if the split is too high, then pages will be swapped and slow emulation down. (Fix coming soon)
4. Run mupen64plus without the desktop (use Ctrl+Alt+F1; [log in]; sudo telinit 2)
5. The video-gles2n64 plugin is the fastest so use it if it works with the ROM you want to play.
6. Modify mupen64plus.cfg as detailed in other posts and in the repo wiki (Although it needs more detail) -
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.