Raspberry Pi 5 PSP PS2 Emulation on Ubuntu 23.10 with Vulkan
AetherSX2 (PS2 Emulation) doesn’t start (yet?) on Raspberry Pi OS, so I’m testing on Ubuntu 23.10.
You can install glxinfo with:
sudo apt install mesa-utils
glxinfo -B
I compiled PPSSPP, so I can run it with Vulkan.
You can install it as a flatpak, but that means you can’t run it with Vulkan.
It’s better to compile it, as described on the PPSSPP github page.
sudo apt install git
git clone –recurse-submodules
sudo apt install build-essential cmake libgl1-mesa-dev libsdl2-dev libsdl2-ttf-dev libfontconfig1-dev libvulkan-dev
sudo apt install libgl1-mesa-dev libsdl2-dev libsdl2-ttf-dev libfontconfig1-dev libcurl4-openssl-dev
I got an error about glu.h not found, so I installed libglu1-mesa-dev.
sudo apt install libglu1-mesa-dev
./b.sh
It’s not mandatory to install FUSE for AetherSX2.
You can also extract the AppImage.
./AetherSX2.AppImage –appimage-extract
You can spoof OpenGL 3.3 support with the following command (only valid in your terminal session).
export MESA_GL_VERSION_OVERRIDE=3.3
You can take a screenshot on the Raspberry Pi 5 with Raspberry Pi OS (Wayland) with grim. I found that with the video of Peter Schneider.
00:00 Intro
00:28 glxinfo Mesa Information
01:53 PPSSPP
04:33 PPSSPP God of War Gameplay
07:30 AetherSX2 PS2 Emulator
11:05 PS2 Final Fantasy X Gameplay
15:23 Spoofing OpenGL 3.3
18:55 Taking Screenshots with RPi OS Wayland
20:22 Closing Thoughts
I do own copies of the games, but I don’t own the copyright.
Showing gameplay should be fair use.
AetherSX2
You can buy Final Fantasy X HD Remaster on different platforms:
If this video was helpful, please like, comment and subscribe!
If this video was helpful, please like, comment and subscribe!
Bluesky:
Twitter:
#raspberrypi #retrogaming
[ad_2]
source