From db17acbed12ce93883cb6b00a3c5ee97b164efea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=84vels=20Nadtoc=CC=8Cajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:06:55 +0200 Subject: [PATCH] Add Fossilize to the disabled Vulkan layer list for the editor. --- main/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main/main.cpp b/main/main.cpp index 69c28f52b49..c32da362ec6 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2094,6 +2094,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph "DISABLE_LAYER", // GH-104154 (fpsmon). "DISABLE_MANGOHUD", // GH-57403. "DISABLE_VKBASALT", + "DISABLE_FOSSILIZE", // GH-115139. }; #if defined(WINDOWS_ENABLED) || defined(LINUXBSD_ENABLED)