add missing sdl_instance references in vcxproj files

This commit is contained in:
Katharine Chui 2025-05-02 11:19:02 +02:00
parent 391633596e
commit faa0cae571
2 changed files with 7 additions and 0 deletions

View file

@ -1045,6 +1045,7 @@
<ClInclude Include="Input\raw_mouse_handler.h" />
<ClInclude Include="Input\ps_move_handler.h" />
<ClInclude Include="Input\sdl_pad_handler.h" />
<ClInclude Include="Input\sdl_instance.h" />
<ClInclude Include="Input\skateboard_pad_handler.h" />
<ClInclude Include="main_application.h" />
<ClInclude Include="Input/mm_joystick_handler.h" />

View file

@ -996,6 +996,9 @@
<ClCompile Include="Input\sdl_pad_handler.cpp">
<Filter>Io\SDL</Filter>
</ClCompile>
<ClCompile Include="Input\sdl_instance.cpp">
<Filter>Io\SDL</Filter>
</ClCompile>
<ClCompile Include="rpcs3qt\config_checker.cpp">
<Filter>Gui\log</Filter>
</ClCompile>
@ -1361,6 +1364,9 @@
<ClInclude Include="Input\sdl_pad_handler.h">
<Filter>Io\SDL</Filter>
</ClInclude>
<ClInclude Include="Input\sdl_instance.h">
<Filter>Io\SDL</Filter>
</ClInclude>
<ClInclude Include="QTGeneratedFiles\ui_shortcut_dialog.h">
<Filter>Generated Files</Filter>
</ClInclude>