common: Add a FIFOQueue helper class

This commit is contained in:
Connor McLaughlin
2019-09-17 19:22:23 +10:00
parent 2128a2984b
commit a0e7dff37c
4 changed files with 207 additions and 0 deletions

View File

@ -43,6 +43,7 @@
<ClInclude Include="display_renderer_gl.h" />
<ClInclude Include="display_timing.h" />
<ClInclude Include="fastjmp.h" />
<ClInclude Include="fifo_queue.h" />
<ClInclude Include="gl_program.h" />
<ClInclude Include="gl_texture.h" />
<ClInclude Include="hdd_image.h" />