mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
VertexLoaderManager: reset stats properly
This commit is contained in:
parent
6558704403
commit
1a52cff1c9
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ void Init()
|
||||||
for (auto& map_entry : g_preprocess_cp_state.vertex_loaders)
|
for (auto& map_entry : g_preprocess_cp_state.vertex_loaders)
|
||||||
map_entry = nullptr;
|
map_entry = nullptr;
|
||||||
RecomputeCachedArraybases();
|
RecomputeCachedArraybases();
|
||||||
|
SETSTAT(stats.numVertexLoaders, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Shutdown()
|
void Shutdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue