yuzu: Rename check_vulkan to startup_checks

This commit is contained in:
lat9nq
2022-07-10 11:46:53 -04:00
parent 6c72b7f011
commit 568a0ac397
4 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
bool CheckVulkan();