mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-15 14:21:35 -06:00
linux fix
This commit is contained in:
parent
4cc35755e1
commit
447975ed65
@ -88,7 +88,7 @@ vk::SurfaceKHR CreateSurface(vk::Instance instance, const Frontend::WindowSDL& e
|
||||
UNREACHABLE();
|
||||
}
|
||||
} else if (window_info.type == Frontend::WindowSystemType::Wayland) {
|
||||
if (Config::isRdocEnabled()) {
|
||||
if (EmulatorSetttings::GeItInstance()->isRdocEnabled()) {
|
||||
LOG_ERROR(Render_Vulkan,
|
||||
"RenderDoc is not compatible with Wayland, use an X11 window instead.");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user