Common: Add LRUCache class

This commit is contained in:
Connor McLaughlin
2021-02-21 03:45:50 +10:00
parent 322f1492b2
commit e540ab7038
3 changed files with 103 additions and 0 deletions

View File

@@ -108,6 +108,7 @@
<Filter>thirdparty</Filter>
</ClInclude>
<ClInclude Include="crash_handler.h" />
<ClInclude Include="lru_cache.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="jit_code_buffer.cpp" />