mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 05:47:53 -05:00
android: Implement SAF support & migrate to SDK 31. (#4)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user