yuzu: Check Vulkan on startup with a child

This commit is contained in:
lat9nq 2022-07-10 14:08:20 -04:00
parent 200f152c3f
commit 6972bcd946
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();