mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
vulkan: centralize config
This commit is contained in:
parent
5af80866d7
commit
9a86e4e431
15 changed files with 36 additions and 45 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "yuzu/qt_common.h"
|
||||
|
||||
#include "common/dynamic_library.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "video_core/vulkan_common/vulkan_device.h"
|
||||
|
@ -11,7 +14,6 @@
|
|||
#include "video_core/vulkan_common/vulkan_surface.h"
|
||||
#include "video_core/vulkan_common/vulkan_wrapper.h"
|
||||
#include "vulkan/vulkan_core.h"
|
||||
#include "yuzu/qt_common.h"
|
||||
#include "yuzu/vk_device_info.h"
|
||||
|
||||
class QWindow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue