mirror of
https://github.com/zhaobot/yuzu.git
synced 2025-01-15 14:02:35 -03:00
500b01076e
Being able to catch and handle a Vulkan exception is not what this is for.
6 lines
144 B
C++
6 lines
144 B
C++
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
bool CheckVulkan();
|