mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-14 02:50:56 +00:00
Hide the Vulkan option on Android until it works.
This commit is contained in:
parent
9280bb3eda
commit
a4ca07e683
@ -144,7 +144,7 @@ void GameSettingsScreen::CreateViews() {
|
|||||||
#else
|
#else
|
||||||
renderingBackendChoice->HideChoice(2); // D3D11
|
renderingBackendChoice->HideChoice(2); // D3D11
|
||||||
#endif
|
#endif
|
||||||
#if !defined(ANDROID) && !defined(_WIN32)
|
#if !defined(_WIN32)
|
||||||
// TODO: Add dynamic runtime check for Vulkan support on Android
|
// TODO: Add dynamic runtime check for Vulkan support on Android
|
||||||
renderingBackendChoice->HideChoice(3);
|
renderingBackendChoice->HideChoice(3);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user