diff options
Diffstat (limited to 'doc/NVIDIA_GfeSDK_Developer_FAQ.md')
| -rw-r--r-- | doc/NVIDIA_GfeSDK_Developer_FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NVIDIA_GfeSDK_Developer_FAQ.md b/doc/NVIDIA_GfeSDK_Developer_FAQ.md index 2b234ff..2cfd46d 100644 --- a/doc/NVIDIA_GfeSDK_Developer_FAQ.md +++ b/doc/NVIDIA_GfeSDK_Developer_FAQ.md @@ -19,7 +19,7 @@ inline bool NVGSDK_SUCCEEDED(NVGSDK_RetCode r) {return r >= 0;} * Yes. You can make use of NVGSDK_HighlightType::NVGSDK_HIGHLIGHT_TYPE_UNANNOUNCED which will disable the notification overlay ## UWP Support? -* UWP is not yet supported in ShadowPlay Highlights. +* UWP is not yet supported in NVIDIA Highlights. ## Is SPH SDK DLL signed? * Yes. It's recommended to securely load the DLL by verifying the location and signature of the DLL. |