this post was submitted on 13 Apr 2024
8 points (100.0% liked)
Linux Gaming
15834 readers
15 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Its unusual to install retroarch via pacman and launch it with steam. Usually its either:
I suspect steam is running the retroarch with different environment variables (ie
LD_PRELOAD
) than your system. I dont know what those would be or what to set them to if I did.You can try experimenting with using
steam-native
andsteam-runtime
to check if there is a difference. You can also try to install retroarch via steam, find its executable in~/.local/share
and adjust your script accordingly.Thank you