Leon Styhre
Leon Styhre
Hi! The commit b7e72fb377084883f9e672c045c91428860f9f20 breaks my build with LunaSVG on Windows as the .dll file is now placed inside a bin subdirectory and the .lib file inside a lib subdirectory...
Would it be possible to release an AppImage of SimCoupé? This is especially important on the Steam Deck but is also on other operating systems where SimCoupé is not available....
Hi! Is there a way to launch a game from an Intent API call or via the am command? I looked at the AndroidManifest.xml file and tried some different things...
Hi! I have added support for EKA2L1 to the Android port of my ES-DE frontend (https://es-de.org) but there seems to be no way to launch individual games. Could you perhaps...
Hi! If rlottie is compiled using MinGW 9.2.0 then the application will hang (seemingly forever) on shutdown if either render() or renderSync() has been called at least one. This problem...
Hi! It's not possible to build rlottie with static linking on Windows when compiled using MinGW. There is a minor issue in the CMakeLists.txt file where the following lines makes...
As discussed in issue https://github.com/seleuco/MAME4droid-2024/issues/24 it would be great if MAME4droid would be able to scan only the directories passed via the cli_params Extra on startup. For example here's an...
Hi! As discussed separately via email, it would be great to be able to have a "keyboard" button directly on the touch overlay. For MESS computer systems you frequently need...
Hi! Would it be possible to add support for launching ZIP archives, and perhaps 7Z archives as well? Unless I've missed something I need to manually unzip each game before...
Hi! I have just come across an issue that seems to be specific to Android, and that is when a physical keyboard sends non-character input this still generates SDL_TEXTINPUT events...