mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Android: Ship Sys/Resources/
We were previously excluding this folder from Android builds because it didn't contain any files that were used on Android. However, we now have an OSD font file that we do want to use on Android, and there's also a few PNG files that will be needed by the RetroAchievements integration. In terms of file size, this is what gets added: OSD font: 48.1 KiB RetroAchievements graphics: 3.5 KiB Unused graphics: 116.8 KiB We're still excluding Sys/Themes/, which is 1.1 MiB and entirely unused.
This commit is contained in:
parent
91c3a58889
commit
41ab5c0ead
@ -66,7 +66,6 @@ file(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/Sys/)
|
||||
file(COPY ${CMAKE_SOURCE_DIR}/Data/Sys DESTINATION ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/)
|
||||
|
||||
# Delete folders that aren't used by the Android version of Dolphin
|
||||
file(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/Sys/Resources/)
|
||||
file(REMOVE_RECURSE ${CMAKE_SOURCE_DIR}/Source/Android/app/src/main/assets/Sys/Themes/)
|
||||
|
||||
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} main)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user