diff --git a/Plugins/Marketplace/FSR3-550/FSR3/FSR3.uplugin b/Plugins/Marketplace/FSR3-550/FSR3/FSR3.uplugin index e5c4572b..ffc37399 100644 --- a/Plugins/Marketplace/FSR3-550/FSR3/FSR3.uplugin +++ b/Plugins/Marketplace/FSR3-550/FSR3/FSR3.uplugin @@ -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" ] } ] } \ No newline at end of file