1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-02-09 20:04:47 +01:00

vk_device_info: Add SPDX data

This commit is contained in:
lat9nq 2023-05-28 21:52:12 +00:00
parent fc0c4db20d
commit f9fc996083
2 changed files with 6 additions and 0 deletions

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include "video_core/vulkan_common/vulkan_device.h"
#include <vector>

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <string>