1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[dxvk] Fix memory reporting derp

This commit is contained in:
Philip Rebohle 2023-03-15 02:14:22 +01:00
parent 243c2f3cf5
commit 687d32cac5

View File

@ -402,7 +402,7 @@ namespace dxvk {
void notifyMemoryAlloc(
uint32_t heap,
int64_t bytes) {
m_adapter->notifyMemoryUse(heap, bytes);
m_adapter->notifyMemoryAlloc(heap, bytes);
}
/**