mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[dxvk] Fix memory reporting derp
This commit is contained in:
parent
243c2f3cf5
commit
687d32cac5
@ -402,7 +402,7 @@ namespace dxvk {
|
|||||||
void notifyMemoryAlloc(
|
void notifyMemoryAlloc(
|
||||||
uint32_t heap,
|
uint32_t heap,
|
||||||
int64_t bytes) {
|
int64_t bytes) {
|
||||||
m_adapter->notifyMemoryUse(heap, bytes);
|
m_adapter->notifyMemoryAlloc(heap, bytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user