Added NTE quirks

* DisableFSR2Inputs
* DisableFSR3Inputs
* DontUseNtDllHooks
This commit is contained in:
TheRazerMD
2026-05-10 18:39:35 +02:00
committed by FakeMichau
parent 95abae23c5
commit 855bed8314
+4
View File
@@ -120,6 +120,10 @@ static const QuirkEntry quirkTable[] = {
// Arknights: Endfield
QUIRK_ENTRY("endfield.exe", GameQuirk::ForceCreateD3D12Device, GameQuirk::DisableFakenvapi),
// Neverness to Everness
// Kernel hooks required to unlock DLSS inputs
QUIRK_ENTRY("htgame.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs, GameQuirk::DontUseNtDllHooks),
// Trails in the Sky 1st Chapter
QUIRK_ENTRY("sora_1st.exe", GameQuirk::UseFsr2Dx11Inputs, GameQuirk::DisableDxgiSpoofing),