diff --git a/OptiScaler/menu/menu_common.cpp b/OptiScaler/menu/menu_common.cpp index e487510c..6501e586 100644 --- a/OptiScaler/menu/menu_common.cpp +++ b/OptiScaler/menu/menu_common.cpp @@ -5225,7 +5225,7 @@ bool MenuCommon::RenderMenu() if (!ReflexHooks::isReflexHooked()) { ImGui::TextColored(toneMapColor(ImVec4(1.f, 0.f, 0.f, 1.f)), "Reflex not hooked"); - ImGui::Text("If you are using an AMD/Intel GPU then make sure you have fakenvapi"); + ImGui::Text("If you are using an AMD/Intel GPU, then make sure you have fakenvapi"); } else if (fgOutput != nullptr) { diff --git a/OptiScaler/misc/Quirks.h b/OptiScaler/misc/Quirks.h index d4e53b7a..9be3bacc 100644 --- a/OptiScaler/misc/Quirks.h +++ b/OptiScaler/misc/Quirks.h @@ -127,6 +127,10 @@ static const QuirkEntry quirkTable[] = { // Kernel hooks required to unlock DLSS inputs QUIRK_ENTRY("htgame.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs, GameQuirk::DontUseNtDllHooks), + // Wuthering Waves + // Kernel hooks required to unlock DLSS inputs, Not preserving FG Swapchain for fixing XeFG + QUIRK_ENTRY_UE(client, GameQuirk::DontUseNtDllHooks, GameQuirk::DoNotPreserveFGSwapChain), + // Trails in the Sky 1st Chapter QUIRK_ENTRY("sora_1st.exe", GameQuirk::UseFsr2Dx11Inputs, GameQuirk::DisableDxgiSpoofing),