added ThreadQueueList class to common (taken from PPSSPP)

This commit is contained in:
bunnei
2014-05-15 18:19:34 -04:00
parent b99a5da65b
commit cf2eb8e3d3
3 changed files with 218 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
<ClInclude Include="symbols.h" />
<ClInclude Include="scm_rev.h" />
<ClInclude Include="bit_field.h" />
<ClInclude Include="thread_queue_list.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="break_points.cpp" />