diff options
| author | degasus <wickmarkus@web.de> | 2016-01-13 21:14:20 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2016-06-26 12:34:59 +0200 |
| commit | 7833ff25df5cb3bf10b363d30d7af8007094454a (patch) | |
| tree | 0ee31e872c3b5ac1951e72bb54266e3e5e672306 /Source/Core/VideoCommon/VertexLoaderManager.cpp | |
| parent | b16333a25cc0d8396f71fa1e410484026adea964 (diff) | |
VideoBackends: Merge Initialize and Shutdown functions.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp index c8fa5485a9..7975ea1eb7 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp @@ -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(); |
