mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00:00
Compilation fix for VSH pr
This commit is contained in:
parent
1915fe75a4
commit
11675d7645
@ -516,7 +516,7 @@
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_uart.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_bdemu.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_console.h" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_btsetting.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_btsetting.h" />
|
||||
<ClInclude Include="Emu\Cell\MFC.h" />
|
||||
<ClInclude Include="Emu\Cell\PPUModule.h" />
|
||||
<ClInclude Include="Emu\Cell\Modules\cellAdec.h" />
|
||||
|
@ -878,9 +878,6 @@
|
||||
<ClCompile Include="Emu\RSX\Overlays\Shaders\shader_loading_dialog.cpp">
|
||||
<Filter>Emu\GPU\RSX\Overlays\Shaders</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_btsetting.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_crypto_engine.cpp">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClCompile>
|
||||
@ -1219,6 +1216,9 @@
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_crypto_engine.h">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_btsetting.h">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClCompile>
|
||||
<ClInclude Include="Emu\Cell\Modules\cellAdec.h">
|
||||
<Filter>Emu\Cell\Modules</Filter>
|
||||
</ClInclude>
|
||||
|
Loading…
x
Reference in New Issue
Block a user