yuzu: Rename check_vulkan to startup_checks

This commit is contained in:
lat9nq 2022-07-10 11:46:53 -04:00
parent c5929e2c24
commit 200f152c3f
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();