mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VertexLoaderUid: remove operator<
Not needed for unordered map.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user