Results 62 comments of Leon Styhre

Interesting, however there is a problem with this approach and that's the fact that not everyone wants to install Hypseus Singe at the same location. The default ES-DE configuration expects...

FYI, I have been working on an EmulationStation fork for quite some time now that has complete macOS support. If you're interested you can check it out at https://es-de.org The...

@pablormago Very nice, at some points during my work with ES-DE I've been thinking that it would have been easier to start from scratch instead of working on an existing...

Well C++ is quite a different thing so I can imagine it's a big threshold to get over :) Do you have any screenshots available for how the bezels look...

Hi! ES-DE can use the FileProvider API to pass its access permission to a file when launching an emulator, but there is currently a bug in PPSSPP that prevents this...

I see, and there are no multi-file formats supported by PPSSPP, i.e. a UMD/disc can only ever consist of a single file?

@slouken Would it be possible to look into resolving this? It may seem like a small issue but it's making the Android soft keyboard unusable unfortunately. I'm very happy to...

Thanks for taking a look at this! I tried adding the following to SDLActivity::onResume() while also commenting out my overloaded onSystemUiVisibilityChange() method: ```mSingleton.sendCommand(COMMAND_CHANGE_WINDOW_STYLE, mFullscreenModeActive ? 1 : 0);``` While this...

Yes AppImages are very easy to work with, just make sure to build on a bit older OS to provide maximum compatibility. This is especially important for glibc. I build...

The internal directories can be a bit tricky with AppImages, I had to do some somehow ugly symlinks inside the AppImage directory structure to make it work but it's nothing...