forked from dolphin-emu/dolphin
VideoBackends: Merge Initialize and Shutdown functions.
This commit is contained in:
@@ -57,7 +57,7 @@ void Init()
|
||||
SETSTAT(stats.numVertexLoaders, 0);
|
||||
}
|
||||
|
||||
void Shutdown()
|
||||
void Clear()
|
||||
{
|
||||
std::lock_guard<std::mutex> lk(s_vertex_loader_map_lock);
|
||||
s_vertex_loader_map.clear();
|
||||
|
||||
Reference in New Issue
Block a user