mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-01-09 06:34:07 +08:00
- Resolve real filesystem paths directly from the Android file picker. - Remove all SAF fallback logic, temporary file copies, and FD-based handling. - Drop file-descriptor mapping entirely. - Unify file opening with desktop by using FOPEN(). - Simplify JNI: filedialogReturn now returns only a UTF-8 path. - Add permission request on Android 11+ to ensure picker paths remain accessible.