mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 02:05:47 +00:00
android: Implement SAF support & migrate to SDK 31. (#4)
This commit is contained in:
parent
8d2b8927a4
commit
44b082af08
38 changed files with 856 additions and 702 deletions
|
@ -155,6 +155,14 @@ if (WIN32)
|
|||
target_link_libraries(common PRIVATE ntdll)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
target_sources(common
|
||||
PRIVATE
|
||||
fs/fs_android.cpp
|
||||
fs/fs_android.h
|
||||
)
|
||||
endif()
|
||||
|
||||
if(ARCHITECTURE_x86_64)
|
||||
target_sources(common
|
||||
PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue