Skip to content

Commit f58b797

Browse files
committed
Merge pull request #104592 from akien-mga/vulkan-device-select-layer
Vulkan: Re-enable Mesa device select layer
2 parents 8a6cd51 + c9f0ab6 commit f58b797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2535,7 +2535,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
25352535
"DISABLE_SAMPLE_LAYER", // GH-104154.
25362536
"DISABLE_GAMEPP_LAYER", // GH-104154.
25372537
"DISABLE_VK_LAYER_TENCENT_wegame_cross_overlay_1", // GH-104154.
2538-
"NODEVICE_SELECT", // GH-104154.
2538+
// "NODEVICE_SELECT", // Kept as it's useful - GH-104592.
25392539
"VK_LAYER_bandicam_helper_DEBUG_1", // GH-101480.
25402540
"DISABLE_VK_LAYER_bandicam_helper_1", // GH-101480.
25412541
"DISABLE_VK_LAYER_reshade_1", // GH-70849.

0 commit comments

Comments
 (0)