Added quirk for MSFS2020

Disable FSR2 hooks to prevent crashing
This commit is contained in:
TheRazerMD
2025-07-06 11:38:16 +02:00
committed by GitHub
parent 4a37afc0ac
commit 0b66fe9696
+3
View File
@@ -103,6 +103,9 @@ static const QuirkEntry quirkTable[] = {
// 171
QUIRK_ENTRY("bcg-win64-shipping.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs),
// Microsoft Flight Simulator (2020), MSFS2020
QUIRK_ENTRY("flightsimulator.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs),
// Star Wars: Outlaws
QUIRK_ENTRY("outlaws.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs),
QUIRK_ENTRY("outlaws_plus.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs),