Hey there,
maybe you have a Tipp for me.
I am playing arround with my PI 4.
I installed Retropie 4.7. and updated to 4.7.9 yesterday.
I have installed Mario64 in default Emulator.
Running good.
The I have installed the SM64PC Version.
Also is running good.
Then I haved installed die SM64EX Version with sm64redrawn-master
I have tried in different ways.
Also with - git checkout 685efc81c
Mario is starting, but it is unplayable slow. Audio is also lagging.
Have you any tipps for me? Have I forgottend something. I have read some post, that I have to enable opengl options???
I have done:
sudo apt install build-essential git python3 libaudiofile-dev libglew-dev libglfw3-dev libusb-1.0.0 libsdl2-dev
git clone --single-branch --branch nightly https://github.com/sm64pc/sm64ex.git
Copy Mario Rom + redawn package to
<pre>sm64ex
┗ build
┗ us_pc
┗ res
┗ gfx
┣ actors
┣ levels
┗ textures</pre>
rm -rf build
And startet the Game with
#!/bin/bash
/home/pi/sm64ex/build/<ROM=REGION>_pc/sm64.us.f3dex2e.arm %U
Do you know why is the game so slow and the normal PC Version running good?
Thanks you!