summaryrefslogtreecommitdiffstats
path: root/src/yuzu/startup_checks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/startup_checks.h')
-rw-r--r--src/yuzu/startup_checks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/startup_checks.h b/src/yuzu/startup_checks.h
index e4ea93582..98bd5f4bf 100644
--- a/src/yuzu/startup_checks.h
+++ b/src/yuzu/startup_checks.h
@@ -3,4 +3,7 @@
#pragma once
+constexpr char STARTUP_CHECK_ENV_VAR[] = "YUZU_DO_STARTUP_CHECKS";
+
bool CheckVulkan();
+bool StartupChecks();