mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-11 01:24:22 +02:00
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:
Vendored
+1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user