Results 28 comments of Leon Styhre

@naushir Removing media links from the gamelist.xml files was one of the first thing I did when starting to work on ES-DE and it's a large improvement over RetroPie EmulationStation....

Hi! I'm the maintainer of the ES-DE frontend. My application has a rapidly growing user base, especially on the Steam Deck so it would be great if Hypseus Singe could...

sudo apt install build-essential autoconf libtool autotools-dev libsdl2-dev libsdl2-gfx-dev libsdl2-ttf-dev libvorbis-dev libsdl2-image-dev git clone https://github.com/DirtBagXon/hypseus-singe.git mkdir hypseus-singe/build cd hypseus-singe/build git checkout v2.8.2a cmake ../src make -j4 mkdir -p AppDir/usr/bin cp...

Thanks for the quick reply and for the AppImage tarball! It works fine on Ubuntu 22.04 but not on 20.04. The problem is that Steam Deck/SteamOS 3.0 is still on...

Here's some info on how I build macOS dependencies in-tree, you should be able to copy/paste some of this logic I think: https://gitlab.com/es-de/emulationstation-de/-/blob/master/tools/macOS_dependencies_setup.sh https://gitlab.com/es-de/emulationstation-de/-/blob/master/tools/macOS_dependencies_build.sh And here's the CMake config for...

Aha, that's weird but I guess it makes sense if you have updated the compiler environment!

Btw, forgot to write it earlier, I really love your emulator, it's so great to be able to play these classic LaserDisc games :)

And one more comment, this whole solution is somewhat ugly, the goal should really be a fully self-contained AppImage, I just threw something together so that there is at least...

Any news on this? I've got it confirmed that my build made on Ubuntu 20.04 works on the Steam Deck so I'll probably start to distribute that for the time...

Thanks for the build! It works fine for me both on Ubuntu 20.04 and 22.04 but I don't have a Steam Deck yet to test it on. I've provided the...