mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-06 16:04:08 +02:00
The AAssetManager won't supply this information to us, but it's just a zip
file, so we can read its central directory ourselves. We can still use
AAssetManager for file i/o to the APK's assets, so we don't have to deal with
compression and other zipfile features.
Fixes #15220.
Reference Issue #15347.
(cherry picked from commit bb4332bdc2)