mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
fix da build
This commit is contained in:
parent
ca6064b109
commit
d3f13ab8a3
@ -144,6 +144,7 @@
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_timer.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_trace.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_tty.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_usbd.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_vm.cpp" />
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_ss.cpp" />
|
||||
<ClCompile Include="Emu\Cell\Modules\sys_libc_.cpp" />
|
||||
@ -551,6 +552,7 @@
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_timer.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_trace.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_tty.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_usbd.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_vm.h" />
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_ss.h" />
|
||||
<ClInclude Include="Emu\Cell\MFC.h" />
|
||||
|
@ -293,6 +293,9 @@
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_tty.cpp">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_usbd.cpp">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Emu\Cell\lv2\sys_vm.cpp">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClCompile>
|
||||
@ -1240,6 +1243,9 @@
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_tty.h">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_usbd.h">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Emu\Cell\lv2\sys_vm.h">
|
||||
<Filter>Emu\Cell\lv2</Filter>
|
||||
</ClInclude>
|
||||
|
Loading…
Reference in New Issue
Block a user