mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
00cde7cbbd
Fixes a critical regression where 95945a0 made us unable to start emulation on Android 10 and newer. Android is restricting direct access to /dev/ashmem starting with the new SDK version, but we can use the new (and simpler) ASharedMemory API instead. We have to keep using the /dev/ashmem approach on old versions of Android, though.