aboutsummaryrefslogtreecommitdiff
path: root/NVIDIAGfeSDK.uplugin
diff options
context:
space:
mode:
Diffstat (limited to 'NVIDIAGfeSDK.uplugin')
-rw-r--r--NVIDIAGfeSDK.uplugin25
1 files changed, 25 insertions, 0 deletions
diff --git a/NVIDIAGfeSDK.uplugin b/NVIDIAGfeSDK.uplugin
new file mode 100644
index 0000000..925e063
--- /dev/null
+++ b/NVIDIAGfeSDK.uplugin
@@ -0,0 +1,25 @@
+{
+ "FileVersion": 3,
+ "FriendlyName": "NVIDIA Shadowplay Highlights SDK Plugin",
+ "Version": 1,
+ "VersionName": "0.3",
+ "CreatedBy": "NVIDIA",
+ "CreatedByURL": "https://developer.nvidia.com/shadowplay-highlights",
+ "DocsURL": "",
+ "Description": "NVIDIA GeForce SDK with Shadowplay Highlights",
+ "Category": "Other",
+ "EnabledByDefault": false,
+ "Modules": [
+ {
+ "Name": "NVIDIAGfeSDK",
+ "Type": "Runtime",
+ "LoadingPhase": "PostConfigInit",
+ "WhitelistPlatforms" :
+ [
+ "Win64",
+ "Win32"
+ ]
+ }
+ ],
+ "CanContainContent": false
+} \ No newline at end of file