Core: Eliminate FreeLookConfig by putting the "active config" within FreeLookCamera.

This commit is contained in:
Jordan Woyak
2025-11-12 17:22:41 -06:00
parent c08fda96ca
commit be95035cc4
10 changed files with 30 additions and 146 deletions
-2
View File
@@ -250,7 +250,6 @@
<ClInclude Include="Core\FifoPlayer\FifoDataFile.h" />
<ClInclude Include="Core\FifoPlayer\FifoPlayer.h" />
<ClInclude Include="Core\FifoPlayer\FifoRecorder.h" />
<ClInclude Include="Core\FreeLookConfig.h" />
<ClInclude Include="Core\FreeLookManager.h" />
<ClInclude Include="Core\GeckoCode.h" />
<ClInclude Include="Core\GeckoCodeConfig.h" />
@@ -933,7 +932,6 @@
<ClCompile Include="Core\FifoPlayer\FifoDataFile.cpp" />
<ClCompile Include="Core\FifoPlayer\FifoPlayer.cpp" />
<ClCompile Include="Core\FifoPlayer\FifoRecorder.cpp" />
<ClCompile Include="Core\FreeLookConfig.cpp" />
<ClCompile Include="Core\FreeLookManager.cpp" />
<ClCompile Include="Core\GeckoCode.cpp" />
<ClCompile Include="Core\GeckoCodeConfig.cpp" />