From 3d72b07e3326278c7ba0873513c2e675767f8302 Mon Sep 17 00:00:00 2001 From: TheRazerMD <78263903+TheRazerMD@users.noreply.github.com> Date: Sat, 19 Jul 2025 02:06:58 +0200 Subject: [PATCH 1/2] Modified Prey quirk --- OptiScaler/misc/Quirks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OptiScaler/misc/Quirks.h b/OptiScaler/misc/Quirks.h index 8f9ae994..db81109b 100644 --- a/OptiScaler/misc/Quirks.h +++ b/OptiScaler/misc/Quirks.h @@ -178,7 +178,8 @@ static const QuirkEntry quirkTable[] = { QUIRK_ENTRY("persistence-win64-shipping.exe", GameQuirk::ForceUnrealEngine), QUIRK_ENTRY("splitfiction.exe", GameQuirk::FastFeatureReset), QUIRK_ENTRY("minecraft.windows.exe", GameQuirk::KernelBaseHooks), - QUIRK_ENTRY("prey.exe", GameQuirk::DontUseNTShared, GameQuirk::DisableOptiXessPipelineCreation), + QUIRK_ENTRY("prey.exe", GameQuirk::DontUseNTShared, GameQuirk::DisableOptiXessPipelineCreation, + GameQuirk::DisableDxgiSpoofing), // VULKAN // ------ From 5aa08ae5df0a5e7ce51ae1c052ebdefde850f310 Mon Sep 17 00:00:00 2001 From: TheRazerMD <78263903+TheRazerMD@users.noreply.github.com> Date: Sat, 19 Jul 2025 12:29:30 +0200 Subject: [PATCH 2/2] Update crash-bug.md Added link to Compatibility List --- .github/ISSUE_TEMPLATE/crash-bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/crash-bug.md b/.github/ISSUE_TEMPLATE/crash-bug.md index 39153e87..0fcc38d4 100644 --- a/.github/ISSUE_TEMPLATE/crash-bug.md +++ b/.github/ISSUE_TEMPLATE/crash-bug.md @@ -31,7 +31,7 @@ If on AMD/Intel and Automated, **used DLSS inputs**? Also please mention in description which upscaler inputs are used (which upscaler you selected in game settings). -#### Did you check the [Wiki](https://github.com/optiscaler/OptiScaler/wiki)? +#### Did you check the [Wiki](https://github.com/optiscaler/OptiScaler/wiki) and [Compatibility List](https://github.com/optiscaler/OptiScaler/wiki/Compatibility-List)? - [ ] Yes - [ ] No