mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-07 02:05:00 -06:00
keep linux happy
This commit is contained in:
parent
447975ed65
commit
be2109de10
@ -1,16 +1,15 @@
|
|||||||
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
// SPDX-FileCopyrightText: Copyright 2025-2026 shadPS4 Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include "common/config.h"
|
#include "common/config.h"
|
||||||
#include "common/serdes.h"
|
#include "common/serdes.h"
|
||||||
|
#include "core/emulator_settings.h"
|
||||||
#include "shader_recompiler/frontend/fetch_shader.h"
|
#include "shader_recompiler/frontend/fetch_shader.h"
|
||||||
#include "shader_recompiler/info.h"
|
#include "shader_recompiler/info.h"
|
||||||
#include "video_core/cache_storage.h"
|
#include "video_core/cache_storage.h"
|
||||||
#include "video_core/renderer_vulkan/vk_instance.h"
|
#include "video_core/renderer_vulkan/vk_instance.h"
|
||||||
#include "video_core/renderer_vulkan/vk_pipeline_cache.h"
|
#include "video_core/renderer_vulkan/vk_pipeline_cache.h"
|
||||||
#include "video_core/renderer_vulkan/vk_shader_util.h"
|
#include "video_core/renderer_vulkan/vk_shader_util.h"
|
||||||
#include "core/emulator_settings.h"
|
|
||||||
|
|
||||||
|
|
||||||
namespace Serialization {
|
namespace Serialization {
|
||||||
/* You should increment versions below once corresponding serialization scheme is changed. */
|
/* You should increment versions below once corresponding serialization scheme is changed. */
|
||||||
|
|||||||
@ -88,7 +88,7 @@ vk::SurfaceKHR CreateSurface(vk::Instance instance, const Frontend::WindowSDL& e
|
|||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
} else if (window_info.type == Frontend::WindowSystemType::Wayland) {
|
} else if (window_info.type == Frontend::WindowSystemType::Wayland) {
|
||||||
if (EmulatorSetttings::GeItInstance()->isRdocEnabled()) {
|
if (EmulatorSetttings::GetInstance()->isRdocEnabled()) {
|
||||||
LOG_ERROR(Render_Vulkan,
|
LOG_ERROR(Render_Vulkan,
|
||||||
"RenderDoc is not compatible with Wayland, use an X11 window instead.");
|
"RenderDoc is not compatible with Wayland, use an X11 window instead.");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user