mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-29 21:13:14 +00:00
Merge branch 'master' of https://github.com/optiscaler/OptiScaler
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -179,7 +179,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
|
||||
// ------
|
||||
|
||||
Reference in New Issue
Block a user