diff --git a/src/dxvk/dxvk_device.h b/src/dxvk/dxvk_device.h index b252a843..ef376206 100644 --- a/src/dxvk/dxvk_device.h +++ b/src/dxvk/dxvk_device.h @@ -402,7 +402,7 @@ namespace dxvk { void notifyMemoryAlloc( uint32_t heap, int64_t bytes) { - m_adapter->notifyMemoryUse(heap, bytes); + m_adapter->notifyMemoryAlloc(heap, bytes); } /**