rsx/common: Add reverse_ptr impl to VS tree

This commit is contained in:
kd-11 2025-07-27 22:20:27 +03:00 committed by kd-11
parent cd3e4fc8f1
commit 1e40081d1f
2 changed files with 5 additions and 1 deletions

View File

@ -640,6 +640,7 @@
<ClInclude Include="Emu\RSX\color_utils.h" />
<ClInclude Include="Emu\RSX\Common\bitfield.hpp" />
<ClInclude Include="Emu\RSX\Common\buffer_stream.hpp" />
<ClInclude Include="Emu\RSX\Common\reverse_ptr.hpp" />
<ClInclude Include="Emu\RSX\Common\tiled_dma_copy.hpp" />
<ClInclude Include="Emu\RSX\Common\expected.hpp" />
<ClInclude Include="Emu\RSX\Common\io_buffer.h" />

View File

@ -2746,6 +2746,9 @@
<ClInclude Include="Emu\Io\evdev_gun_handler.h">
<Filter>Emu\Io</Filter>
</ClInclude>
<ClInclude Include="Emu\RSX\Common\reverse_ptr.hpp">
<Filter>Emu\GPU\RSX\Common</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="Emu\RSX\Program\GLSLSnippets\GPUDeswizzle.glsl">
@ -2881,4 +2884,4 @@
<Filter>Emu\GPU\RSX\Program\MSAA</Filter>
</None>
</ItemGroup>
</Project>
</Project>