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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/startup_checks.h b/src/yuzu/startup_checks.h
new file mode 100644
index 000000000..e4ea93582
--- /dev/null
+++ b/src/yuzu/startup_checks.h
@@ -0,0 +1,6 @@
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+bool CheckVulkan();