From 13a0877d382d4215e2e75cbe6d2ea3ec7235d813 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:49:14 -0700 Subject: [PATCH] fix up deferred messages formatting --- src/spice2x/hooks/graphics/backends/d3d9/d3d9_backend.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/hooks/graphics/backends/d3d9/d3d9_backend.cpp b/src/spice2x/hooks/graphics/backends/d3d9/d3d9_backend.cpp index ae66e43..fc818ed 100644 --- a/src/spice2x/hooks/graphics/backends/d3d9/d3d9_backend.cpp +++ b/src/spice2x/hooks/graphics/backends/d3d9/d3d9_backend.cpp @@ -270,13 +270,13 @@ static bool is_dx9_on_12_enabled() { if (avs::game::is_model("LDJ") && avs::game::is_ext(2023091500, MAXINT)) { deferredlogs::defer_error_messages({ "dx9on12 was force enabled by user (-dx9on12)", - " IIDX31+ is known to be incompatible with DX 9on12, leading to blank screen or crashes" + " IIDX31+ is known to be incompatible with DX 9on12, leading to blank screen or crashes", " try again with -dx9on12 option set to default value" }); } else { deferredlogs::defer_error_messages({ "dx9on12 was force enabled by user (-dx9on12)", - " not very game is compatible with this, and can lead to crashes," + " not very game is compatible with this, and can lead to crashes", " try without force enabling this if you are seeing issues" }); }