mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 07:36:45 +00:00
Move quirk to config-level quirks
This commit is contained in:
@@ -13,6 +13,7 @@ enum class GameQuirk : uint64_t
|
||||
DisableFFXInputs,
|
||||
RestoreComputeSigOnNonNvidia,
|
||||
RestoreComputeSigOnNvidia,
|
||||
ExtendedSigRestore,
|
||||
ForceAutoExposure,
|
||||
DisableReactiveMasks,
|
||||
DisableDxgiSpoofing,
|
||||
@@ -60,7 +61,6 @@ enum class GameQuirk : uint64_t
|
||||
ForceCreateD3D12Device,
|
||||
ForceDepthD32S8,
|
||||
PregmataFixDLSSModes,
|
||||
ExtendedSigRestore,
|
||||
// Don't forget to add the new entry to printQuirks
|
||||
_
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user