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 'tests/nvapi_sysinfo_mocks.h')
-rw-r--r--tests/nvapi_sysinfo_mocks.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/nvapi_sysinfo_mocks.h b/tests/nvapi_sysinfo_mocks.h
index b2d45ee..5cf900a 100644
--- a/tests/nvapi_sysinfo_mocks.h
+++ b/tests/nvapi_sysinfo_mocks.h
@@ -73,9 +73,12 @@ class NvmlMock : public trompeloeil::mock_interface<dxvk::Nvml> {
IMPLEMENT_CONST_MOCK1(ErrorString);
IMPLEMENT_CONST_MOCK2(DeviceGetHandleByPciBusId_v2);
IMPLEMENT_CONST_MOCK2(DeviceGetPciInfo_v3);
+ IMPLEMENT_CONST_MOCK3(DeviceGetClockInfo);
IMPLEMENT_CONST_MOCK3(DeviceGetTemperature);
+ IMPLEMENT_CONST_MOCK3(DeviceGetThermalSettings);
+ IMPLEMENT_CONST_MOCK2(DeviceGetPerformanceState);
IMPLEMENT_CONST_MOCK2(DeviceGetUtilizationRates);
IMPLEMENT_CONST_MOCK3(DeviceGetVbiosVersion);
- IMPLEMENT_CONST_MOCK2(DeviceGetPerformanceState);
- IMPLEMENT_CONST_MOCK3(DeviceGetClockInfo);
+ IMPLEMENT_CONST_MOCK2(DeviceGetBusType);
+ IMPLEMENT_CONST_MOCK2(DeviceGetDynamicPstatesInfo);
};