Android: Add SAF support for GBA ROM and BIOS files

SAF for save files is a huge can of worms because they're managed in a
more complicated way than asking the user to select an existing file,
so I won't be touching save files for now.
This commit is contained in:
JosJuice
2026-03-30 21:37:34 +02:00
committed by Jordan Woyak
parent 606bcbe3ed
commit c542279595
2 changed files with 16 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ if(NOT MSVC)
endif()
if(ANDROID)
target_compile_definitions(mgba PUBLIC ENABLE_VFS_FD)
target_compile_definitions(mgba PRIVATE -Dfutimes=futimens)
endif()