Search found 6 matches
- Fri Jul 17, 2020 2:43 pm
- Forum: Android Port
- Topic: Cannot access game menu
- Replies: 2
- Views: 682
Re: Cannot access game menu
The Global Main Menu is usually mapped to the physical menu button on the device. If your device doesn’t have one, you can remap it to another button or key using the keymapper. This can be done by selecting the Options button from the launcher, then selecting the Keymaps tab. You can also switch to...
- Thu Mar 05, 2020 10:47 pm
- Forum: Nintendo Switch Port
- Topic: MIDI (General MIDI, MT-32, etc...)
- Replies: 11
- Views: 3405
Re: MIDI (General MIDI, MT-32, etc...)
Fluidsynth library hasn't been ported to Switch because it has a ton of dependencies. That's why fluidsynth is not available on Switch, only Adlib and MT32. Have you tried using fluidsynth-lite ? There's a Switch port of that here , although since I haven't tried it on the Switch, I have no idea wh...
- Wed Nov 13, 2019 1:16 pm
- Forum: Android Port
- Topic: ScummVM 2.1.0 unavailable on Google Play Store
- Replies: 38
- Views: 14393
- Mon Oct 21, 2019 4:29 pm
- Forum: Help and Support
- Topic: Installation snapshot question
- Replies: 8
- Views: 1973
Re: Installation snapshot question
In this case, it might be better to use the foreach function in Make instead of using shell functionality. For example:
This should work, however I haven't tried it.
Code: Select all
$(foreach plugin, $(PLUGINS), $(STRIP) $(plugin) -o $(AMIGAOSPATH)/$(plugin);)
- Tue Oct 15, 2019 4:09 pm
- Forum: Android Port
- Topic: Double Mouse Cursor - Solved in Android 8
- Replies: 9
- Views: 6213
Re: Double Mouse Cursor - Solved in Android 8
Can you give this PR a try, and see if that fixes the issue?SubElement wrote: ↑Mon Oct 14, 2019 5:52 am Sorry to bring up a year old thread, but was this ever implemented?
I'm running this on my ShieldTV and I am still seeing double cursors in ScummVM.
- Sun Jan 20, 2019 10:24 pm
- Forum: Android Port
- Topic: Embedded audio synthesis crashes the app
- Replies: 10
- Views: 9888
Re: Embedded audio synthesis crashes the app
I can't replicate this at the moment as I don't have access to a recent enough device, however I think that https://c.getsatisfaction.com/sonivox/topics/broken-64-bit-eas-library-in-android might be related somehow. Are you using a 64-bit device? And if so, does using a 32-bit APK from the official ...