build ryujinx steamdeck
should work on any arch-based shit. (steam deck is based on arch)
Copy and paste everything within the next code block into a file called ryujinx_build.sh
open konsole and go to that file (if you use dolphin you can go to the folder then hit F4 to bring up a builtin terminal that follows the current directory)
Run the script with
chmod +x ./ryujinx_build.sh && ./ryujinx_build.sh
Make sure to follow the prompts that come up after running the script, and also try to understand what everything
does, cus people can take advantage of you when asking you to copy paste shit like this. especially when it uses sudo!!
If running wayland or it doesn't launch for you try:
GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 ./build/Ryujinx
else
./build/Ryujinx or click in a file manager (dolphin)