Skip to content

Commit ac9394f

Browse files
committed
Fixed NVAPI_SDK_VERSION was stated to be runtime instead of compile time
1 parent 8bd625f commit ac9394f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/GUI/html/default.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/frontend/assets/js/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ export const PropertyHumanReadableNames =
933933
"Header.Using preview Agility SDK": "Using preview Agility SDK",
934934
"Header.D3D12_SDK_VERSION": "D3D12_SDK_VERSION",
935935
"Header.NvAPI compiled version": "Compile time NVAPI library version",
936-
"Header.NVAPI_SDK_VERSION": "Runtime NVAPI_SDK_VERSION",
936+
"Header.NVAPI_SDK_VERSION": "Compile time NVAPI_SDK_VERSION",
937937
"Header.NvAPI_GetInterfaceVersionString": "NVAPI interface version",
938938
"Header.AMD_AGS_VERSION": "AMD_AGS_VERSION",
939939
"Header.agsGetVersionNumber": "AMD AGS agsGetVersionNumber",

source/website/shared.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)