mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 08:17:54 +00:00
yuzu: Check Vulkan on startup with a child
This commit is contained in:
parent
200f152c3f
commit
6972bcd946
3 changed files with 78 additions and 1 deletions
|
@ -3,4 +3,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
constexpr char STARTUP_CHECK_ENV_VAR[] = "YUZU_DO_STARTUP_CHECKS";
|
||||
|
||||
bool CheckVulkan();
|
||||
bool StartupChecks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue