mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
- VKLoader.h define VK_USE_PLATFORM_ANDROID_KHR; VKEntryPoints.inl load vkCreateAndroidSurfaceKHR (VK_NO_PROTOTYPES); VKSwapChain create the ANativeWindow surface; GSDeviceVK Android surface-ext select + surface-lost re-acquire + non-fatal CAS on turnip. - VKShaderCache: unversioned shaderc_shared name on Android (no .so.1). - LnxHostSys: idempotent PageFaultHandler::Install (process reused per launch). - imgui: enable FreeType PLUTOSVG + bundle plutosvg/plutovg for color emoji.
4 lines
156 B
Meson
4 lines
156 B
Meson
option('examples', type : 'feature', value : 'auto')
|
|
option('tests', type : 'feature', value : 'auto')
|
|
option('freetype', type : 'feature', value : 'auto')
|