aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Clark <[email protected]>2018-03-15 17:08:08 -0400
committerDave Clark <[email protected]>2018-03-15 17:08:08 -0400
commit10f02eee008f1f63a1b7c8999cb438ae5d31c726 (patch)
treedd6cc9a283f2898ba286f757482463fd4b87ea70 /include
parentInclude wchar_t.h in cpp sdk_types (diff)
downloadgfesdk-10f02eee008f1f63a1b7c8999cb438ae5d31c726.tar.xz
gfesdk-10f02eee008f1f63a1b7c8999cb438ae5d31c726.zip
Push GfeSDK 1.1.195
Replace "Shadowplay Highlights" with "NVIDIA Highlights"
Diffstat (limited to 'include')
-rw-r--r--include/gfesdk/config.h6
-rw-r--r--include/gfesdk/gfe3_product_version.h8
-rw-r--r--include/gfesdk/sdk_types_ipc.h2
3 files changed, 9 insertions, 7 deletions
diff --git a/include/gfesdk/config.h b/include/gfesdk/config.h
index d29e9e1..f5812c4 100644
--- a/include/gfesdk/config.h
+++ b/include/gfesdk/config.h
@@ -18,8 +18,8 @@
#define NVGSDK_VERSION_MAJOR 1
#define NVGSDK_VERSION_MINOR 1
-#define NVGSDK_BUILD_NUMBER 191
-#define NVGSDK_BUILD_HASH c04488e1
-#define NVGSDK_BUILD_HASH_STR "c04488e1"
+#define NVGSDK_BUILD_NUMBER 195
+#define NVGSDK_BUILD_HASH b747996a
+#define NVGSDK_BUILD_HASH_STR "b747996a"
#endif // _NVGSDK_CONFIG_H_
diff --git a/include/gfesdk/gfe3_product_version.h b/include/gfesdk/gfe3_product_version.h
index 6c6d422..f110f0d 100644
--- a/include/gfesdk/gfe3_product_version.h
+++ b/include/gfesdk/gfe3_product_version.h
@@ -13,7 +13,7 @@
#define NVIDIA_GFE3_VERSION_MINOR 14
#define NVIDIA_GFE3_VERSION_DEV_REBASE 0
#define NVIDIA_GFE3_VERSION_RNEXT_REBASE 0
-#define NVIDIA_GFE3_VERSION_BUILD 39
+#define NVIDIA_GFE3_VERSION_BUILD 47
//
// Composite version values. We don't concatenate them here automatically because
@@ -22,11 +22,11 @@
//
// Format: A,B,XY,N
-#define NVIDIA_GFE3_VERSION 3,14,0,39
+#define NVIDIA_GFE3_VERSION 3,14,0,47
// Format: A.B.XY.N
-#define NVIDIA_GFE3_VERSION_DOT 3.14.0.39
+#define NVIDIA_GFE3_VERSION_DOT 3.14.0.47
// Format: "A.B.XY.N"
-#define NVIDIA_GFE3_VERSION_STRING "3.14.0.39"
+#define NVIDIA_GFE3_VERSION_STRING "3.14.0.47"
//
// Some common strings
diff --git a/include/gfesdk/sdk_types_ipc.h b/include/gfesdk/sdk_types_ipc.h
index d023dec..3e0e14e 100644
--- a/include/gfesdk/sdk_types_ipc.h
+++ b/include/gfesdk/sdk_types_ipc.h
@@ -61,6 +61,7 @@ typedef enum _NVGSDK_RetCode
NVGSDK_SUCCESS_PENDING = 1003,
NVGSDK_SUCCESS_USER_NOT_INTERESTED = 1004,
NVGSDK_SUCCESS_PERMISSION_GRANTED = 1005,
+ NVGSDK_SUCCESS_LINKED = 1006,
NVGSDK_ERR_GENERIC = -1001,
NVGSDK_ERR_GFE_VERSION = -1002,
@@ -205,6 +206,7 @@ inline const char* NVGSDK_RetCodeToString(NVGSDK_RetCode const ret)
case NVGSDK_SUCCESS_PENDING: return "NVGSDK_SUCCESS_PENDING";
case NVGSDK_SUCCESS_USER_NOT_INTERESTED: return "NVGSDK_SUCCESS_USER_NOT_INTERESTED";
case NVGSDK_SUCCESS_PERMISSION_GRANTED: return "NVGSDK_SUCCESS_PERMISSION_GRANTED";
+ case NVGSDK_SUCCESS_LINKED: return "NVGSDK_SUCCESS_LINKED";
case NVGSDK_ERR_GENERIC: return "NVGSDK_ERR_GENERIC";
case NVGSDK_ERR_GFE_VERSION: return "NVGSDK_ERR_GFE_VERSION";
case NVGSDK_ERR_SDK_VERSION: return "NVGSDK_ERR_SDK_VERSION";