Added Wuthering Waves quirks

* DontUseNtDllHooks
* DoNotPreserveFGSwapChain
This commit is contained in:
TheRazerMD
2026-06-12 15:58:00 +02:00
committed by FakeMichau
parent ee5a49e43f
commit 31323ca259
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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)
{
+4
View File
@@ -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),