Added Wuthering Waves quirks

* DontUseNtDllHooks
* DoNotPreserveFGSwapChain
This commit is contained in:
TheRazerMD
2026-06-09 17:35:18 +02:00
parent 12fc5886ec
commit 945d8cc90f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -4946,7 +4946,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)
{
+4
View File
@@ -128,6 +128,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),