Lime3DS/externals
Reg Tiangha 9397d83c1a Android: Support flexible page sizes in Android 15
Android 15 will allow OEMs to ship arm64-v8a devices with 16KiB page sizes. Devices that use this configuration will not be able to run existing apps that use native code. To be compatible with these devices, applications will need to rebuild all their native code to be 16KiB aligned, and rewrite any code which assumes a specific page size.

This commit sets `-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON` and updates `libadrenotools` to replace `PAGE_SIZE` with `getpagesize()` in order to dynamically determine a device's page size.
2024-09-24 00:52:21 +01:00
..
boost@80f97ea03b
catch2@bc63412e2a externals: Update catch2 from v3.6.0 to v3.7.0 2024-09-23 18:39:25 +01:00
cmake-modules Replace all remaining Citra references with Lime3DS 2024-08-21 21:02:46 +01:00
cpp-jwt@4a970bc302
cryptopp@af7d1050bf
cryptopp-cmake@a99c80c266
cubeb@19d2f7bce6 externals: Update cubeb to 19d2f7b 2024-09-23 18:39:25 +01:00
dds-ktx@42dd8aa6de
discord-rpc@20cc99aeff
dynarmic@57b1385817 externals: Update dynarmic 2024-09-23 18:39:25 +01:00
enet@c30a17ac8a
faad2
fmt@0c9fce2ffe
gamemode
getopt
glad
glslang@7c40de7aa2
httplib
inih
json
libadrenotools@8fae8ce254 Android: Support flexible page sizes in Android 15 2024-09-24 00:52:21 +01:00
library-headers@3b3e28dbe6
libressl@d4fc7348a3
libusb
libyuv@41d0cd3360 externals: Update libyuv to 41d0cd3 2024-09-23 18:39:25 +01:00
lodepng
microprofile
nihstro@e924e21b1d
oaknut@94c726ce03
open_source_archives
openal-soft@4f038c01b9
sdl2 externals: Update SDL from 2.30.6 to 2.30.7 2024-09-23 18:39:25 +01:00
sirit@4ab79a8c02
soundtouch@e83424d592
teakra@01db7cdd00
vma@7942b79828
vulkan-headers@b379292b2a Vulkan: Support vulkan-sdk-1.3.290 2024-09-23 18:39:25 +01:00
xbyak@ccdf68421b externals: Update xbyak from v7.07 to v7.07.1 2024-09-23 18:39:25 +01:00
zstd@0e2ceb2d50
CMakeLists.txt Corrected overzealous removal of SDL2 frontend 2024-09-04 10:39:43 +01:00