fsr 3 plugin disable on mac
This commit is contained in:
parent
511e79706d
commit
92fb535c5a
@ -14,33 +14,39 @@
|
||||
"CanContainContent": true,
|
||||
"Installed": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64"
|
||||
"Win64",
|
||||
"Linux"
|
||||
],
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "FFXShared",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
},
|
||||
{
|
||||
"Name": "FFXFSR3Api",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
},
|
||||
{
|
||||
"Name": "FFXOpticalFlowApi",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
},
|
||||
{
|
||||
"Name": "FFXFrameInterpolationApi",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
},
|
||||
{
|
||||
"Name": "FFXRHIBackend",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
},
|
||||
{
|
||||
"Name": "FFXD3D12",
|
||||
@ -62,16 +68,19 @@
|
||||
"Name": "FFXFSR3TemporalUpscaling",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
},
|
||||
{
|
||||
"Name": "FFXFrameInterpolation",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
},
|
||||
{
|
||||
"Name": "FFXFSR3Settings",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "EarliestPossible"
|
||||
"PlatformAllowList": [ "Win64", "Linux" ]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user