From 2415f5df72265afb368d5189b91cbe6242da4e5f Mon Sep 17 00:00:00 2001 From: Grigoriy Date: Mon, 12 Mar 2018 00:30:49 +0300 Subject: First commit --- NVIDIAGfeSDK.uplugin | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 NVIDIAGfeSDK.uplugin (limited to 'NVIDIAGfeSDK.uplugin') 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 -- cgit v1.2.3