Merge pull request #12328 from iwubcode/xf_state_manager

VideoCommon: move xf state management to its own class
This commit is contained in:
Tilka
2023-11-28 02:04:26 +00:00
committed by GitHub
17 changed files with 471 additions and 300 deletions

View File

@ -747,6 +747,7 @@
<ClInclude Include="VideoCommon\VideoState.h" />
<ClInclude Include="VideoCommon\Widescreen.h" />
<ClInclude Include="VideoCommon\XFMemory.h" />
<ClInclude Include="VideoCommon\XFStateManager.h" />
<ClInclude Include="VideoCommon\XFStructs.h" />
</ItemGroup>
<ItemGroup>
@ -1358,6 +1359,7 @@
<ClCompile Include="VideoCommon\VideoState.cpp" />
<ClCompile Include="VideoCommon\Widescreen.cpp" />
<ClCompile Include="VideoCommon\XFMemory.cpp" />
<ClCompile Include="VideoCommon\XFStateManager.cpp" />
<ClCompile Include="VideoCommon\XFStructs.cpp" />
</ItemGroup>
<ItemGroup>