Hello
I am wondering if it is possible to mount a directory within an archive
(in my case "/assets" in an Android .apk/zip) to the virtual root path
"/" in physfs.
For example:
PHYSFS_mount("/path/to/my/shiny/game.apk/assets", "/", 1);
Is this possible? Or can this behavior be achieved by other means?
Regards,
Reto