From 0b0299e644e50e1405b80236b1f31c9ab4a8c03a Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Sun, 17 Feb 2019 19:40:51 +0300 Subject: [PATCH] Update to mention nvidia fullscreen bug. --- Graphics-Driver-Issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 25d792a..102b00b 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -24,6 +24,7 @@ This page quickly summarizes graphics driver quirks and issues present in GPU dr **Vulkan.** - FP precision issues with Nan/Inf values. Workaround implemented. - (Linux only) Problems with SPIRV, compiler does not properly read exponent style values (e.g 1.e-2 vs 0.01) +- (Windows only) Driver may lock up if RPCS3 is in fullscreen and the present mode is not FIFO. Enable vsync in the emulator to help prevent this issue. ### Mesa **OpenGL.**