Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvapi_gpu.cpp')
-rw-r--r--src/nvapi_gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvapi_gpu.cpp b/src/nvapi_gpu.cpp
index de7ee16..a83e65d 100644
--- a/src/nvapi_gpu.cpp
+++ b/src/nvapi_gpu.cpp
@@ -80,7 +80,7 @@ extern "C" {
return Ok(n);
}
- NvAPI_Status __cdecl NvAPI_GPU_GetPhysicalFrameBufferSize(NvPhysicalGpuHandle hPhysicalGpu,NvU32 *pSize) {
+ NvAPI_Status __cdecl NvAPI_GPU_GetPhysicalFrameBufferSize(NvPhysicalGpuHandle hPhysicalGpu, NvU32 *pSize) {
constexpr auto n = "NvAPI_GPU_GetPhysicalFrameBufferSize";
if (nvapiAdapterRegistry == nullptr)