Herdinger / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
68 stars 7 forks source link

Add support for XDG game list #44

Open MCMic opened 8 years ago

MCMic commented 8 years ago

Hello,

I wish to launch native games with emulationstation as well. For now I use this little hack: https://gitlab.mugoreve.fr/Come/xdg2emulationstation/tree/master

But it would be way better if emulation station had a way to fetch itself the game from the XDG information. I’m pretty sure there are libraries for this in C++ as well.

(The main problem of my script is it needs to be run each time you want to update the game list and you lose info like last time you played the game at each of those updates)