add cp2.c to visual studio project

This commit is contained in:
Rosalie Wanders 2023-04-07 19:14:29 +02:00
parent 84b311da19
commit a9df0c988a

View file

@ -201,6 +201,7 @@
<ClCompile Include="..\..\src\device\r4300\cached_interp.c" />
<ClCompile Include="..\..\src\device\r4300\cp0.c" />
<ClCompile Include="..\..\src\device\r4300\cp1.c" />
<ClCompile Include="..\..\src\device\r4300\cp2.c" />
<ClCompile Include="..\..\src\device\r4300\idec.c" />
<ClCompile Include="..\..\src\device\r4300\interrupt.c" />
<ClCompile Include="..\..\src\device\rcp\mi\mi_controller.c" />
@ -481,6 +482,7 @@
<ClInclude Include="..\..\src\device\r4300\cached_interp.h" />
<ClInclude Include="..\..\src\device\r4300\cp0.h" />
<ClInclude Include="..\..\src\device\r4300\cp1.h" />
<ClInclude Include="..\..\src\device\r4300\cp2.h" />
<ClInclude Include="..\..\src\device\r4300\fpu.h" />
<ClInclude Include="..\..\src\device\r4300\idec.h" />
<ClInclude Include="..\..\src\device\r4300\interrupt.h" />