mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
VertexLoaderUid: remove operator<
Not needed for unordered map.
This commit is contained in:
parent
ec28a80e00
commit
1281798992
3 changed files with 12 additions and 34 deletions
|
@ -28,7 +28,7 @@ class SWVertexLoader
|
|||
|
||||
bool m_TexGenSpecialCase;
|
||||
|
||||
std::map<VertexLoaderUID, std::unique_ptr<VertexLoader>> m_VertexLoaderMap;
|
||||
std::unordered_map<VertexLoaderUID, std::unique_ptr<VertexLoader>> m_VertexLoaderMap;
|
||||
std::vector<u8> m_LoadedVertices;
|
||||
VertexLoader* m_CurrentLoader;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue