yuzu: Check Vulkan on startup with a child

This commit is contained in:
lat9nq
2022-07-10 14:08:20 -04:00
parent 568a0ac397
commit 4f15d9ed6f
3 changed files with 78 additions and 1 deletions

View File

@ -3,4 +3,7 @@
#pragma once
constexpr char STARTUP_CHECK_ENV_VAR[] = "YUZU_DO_STARTUP_CHECKS";
bool CheckVulkan();
bool StartupChecks();