fix: CI when metal is disabled

This commit is contained in:
Samuliak 2024-10-31 17:13:22 +01:00
parent e7ac19979d
commit 7eb8508db4
No known key found for this signature in database
11 changed files with 50 additions and 15 deletions

View file

@ -314,7 +314,7 @@ wxPanel* GeneralSettings2::AddGraphicsPage(wxNotebook* notebook)
{
choices[api_size++] = "Vulkan";
}
#ifdef __APPLE__
#if ENABLE_METAL
choices[api_size++] = "Metal";
#endif