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