diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-28 23:52:12 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-06 07:54:44 +0200 |
commit | f9fc9960831da51a417704ed5b41e8705b0c05f1 (patch) | |
tree | a2ae02baa489679a35a1ea95c6a3c6323ce60ccc | |
parent | yuzu-qt: Load Vulkan device info at startup (diff) | |
download | yuzu-f9fc9960831da51a417704ed5b41e8705b0c05f1.tar yuzu-f9fc9960831da51a417704ed5b41e8705b0c05f1.tar.gz yuzu-f9fc9960831da51a417704ed5b41e8705b0c05f1.tar.bz2 yuzu-f9fc9960831da51a417704ed5b41e8705b0c05f1.tar.lz yuzu-f9fc9960831da51a417704ed5b41e8705b0c05f1.tar.xz yuzu-f9fc9960831da51a417704ed5b41e8705b0c05f1.tar.zst yuzu-f9fc9960831da51a417704ed5b41e8705b0c05f1.zip |
-rw-r--r-- | src/yuzu/vk_device_info.cpp | 3 | ||||
-rw-r--r-- | src/yuzu/vk_device_info.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/vk_device_info.cpp b/src/yuzu/vk_device_info.cpp index 2b967e4b8..2f3a46ebf 100644 --- a/src/yuzu/vk_device_info.cpp +++ b/src/yuzu/vk_device_info.cpp @@ -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> diff --git a/src/yuzu/vk_device_info.h b/src/yuzu/vk_device_info.h index 0b65705e2..6e2617513 100644 --- a/src/yuzu/vk_device_info.h +++ b/src/yuzu/vk_device_info.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + #pragma once #include <string> |