Browse Source
Fix oopsies
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3633/head
crueter
1 week ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
3 additions and
4 deletions
-
src/video_core/renderer_vulkan/vk_swapchain.cpp
-
src/video_core/vulkan_common/vulkan_wrapper.cpp
|
|
|
@ -8,13 +8,13 @@ |
|
|
|
#include <array>
|
|
|
|
#include <limits>
|
|
|
|
#include <vector>
|
|
|
|
#include <vulkan/vk_enum_string_helper.h>
|
|
|
|
|
|
|
|
#include "common/logging/log.h"
|
|
|
|
#include "common/settings.h"
|
|
|
|
#include "common/settings_enums.h"
|
|
|
|
#include "video_core/renderer_vulkan/vk_scheduler.h"
|
|
|
|
#include "video_core/renderer_vulkan/vk_swapchain.h"
|
|
|
|
#include "video_core/vulkan_common/vk_enum_string_helper.h"
|
|
|
|
#include "video_core/vulkan_common/vulkan_device.h"
|
|
|
|
#include "video_core/vulkan_common/vulkan_wrapper.h"
|
|
|
|
#include "vulkan/vulkan_core.h"
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
|
|
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
|
|
|
|
@ -10,10 +10,9 @@ |
|
|
|
#include <utility>
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
#include <vulkan/vk_enum_string_helper.h>
|
|
|
|
|
|
|
|
#include "common/common_types.h"
|
|
|
|
#include "common/logging/log.h"
|
|
|
|
#include "video_core/vulkan_common/vk_enum_string_helper.h"
|
|
|
|
#include "video_core/vulkan_common/vma.h"
|
|
|
|
#include "video_core/vulkan_common/vulkan_wrapper.h"
|
|
|
|
|
|
|
|
|