From 05dce583ff7bc2ca12b05b5d4cb1cee60d27ba7f Mon Sep 17 00:00:00 2001 From: bicarus <202771338+bicarus-dev@users.noreply.github.com> Date: Tue, 6 Jan 2026 09:32:31 -0800 Subject: [PATCH] Updated PC optimization (markdown) --- PC-optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC-optimization.md b/PC-optimization.md index 2c487c8..821bb62 100644 --- a/PC-optimization.md +++ b/PC-optimization.md @@ -163,9 +163,9 @@ difference between LDJ and TDJ. ### SDVX Live2D frame drops * Live2D workload is almost entirely CPU bound; make sure you have a good enough CPU. +* Disable Image Resize feature (press F11 and uncheck `Enable` under `Image Resize`); this seems to have a significant impact on Live2D performance. * It's often solved by turning on XMP in BIOS, if it isn't on already. * Turning off VBS helps a lot as well, just make sure it's *actually* disabled and not just setting some registry keys someone on reddit told you to do. (open Task Manager and look for `Secure System`) -* Disable Image Resize feature if you are on a lower end GPU (press F11 and uncheck `Enable` under `Image Resize`). * One user has reported that shared mode WASAPI patch may also cause FPS drops with heavy Live2D, and was able to resolve by enabling low latency audio setting in spice. It may be worthwhile to try other audio devices (e.g., see if exclusive WASAPI helps). * One user with AMD GPU reported that enabling `Disable subscreen` patch solved the performance issue, though you would completely lose the subscreen functionality this way.