Version 1.0.85

Released : 28.11.2022
News
•drive c and similar paths can be assigned to the code, instead full path. This means, if we move games to another storage, path or device, then we only reassign the path behind the code. Is not necessary fix every game profile anymore

removed custom file definitions for file browser and image viewer from global settings, will be set automatically

•removed custom custom paths definition from global settings, it conflicts with new coded paths logic

welcome screen will be seen again – people must pick folder with games location. Further, this location will be hidden behind the code . This code will be placed in game profiles instead full path

•Quitting game returns back to main menu automatically

added reverse landscape lock to advanced settings

•mouse pointer is released when application is minimized or closed. Should be done automatically, but some devices are broken

Google Play version (Android 11+) : Important information!

We move forward...For Google Play users means this version big step. Google Play blocks direct access to files and folders. Instead, it applies slower way to our public data files. This restriction is since Android 11. As all google's solutions, first version is always slower or buggy (or together) - in our case it means Android 11. In Android 12+ were fixed some performance issues and access to public data files is all right, not so fast like before, but all right.
There is still private application folder which runs on full disk speed. However, these data will be deleted during application uninstallation. You cannot forget to get them out.
Google play blocks access to "Downloads" for all files except media files. What it means...? Google play users can't import "mgc" files from Downloads. If you download "mgc" file, then is necessary copy it to "<games>" folder with external file manager and pick it from there.
Is necessary convert all absolute paths to prefix "<games>". This is code for directory where are stored your games and where you granted access permission. Android allows to mount other paths, however, security does not show full content. Please convert:
"mount c storage/emulated/0/Games"
to:
"mount c <games>"
Following paths (if you use them) must be updated (in both - expert settings and game profile):
Drive C
CD-ROM
MIDI MT32 and SYNTH
FLOPPY
etc...
Many thanks ...