aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-05-01 19:20:44 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-05-01 19:20:44 -0400
commitf0434249150f27d7921a57f70d6af11c12c4e08f (patch)
tree4f1d4e40eb57f729f2533b1acd50c1b8efc903f3 /src/core/core.vcxproj
parent4ee72869cce3625f25fb516a8980460510df6041 (diff)
renamed hle "mrc" module to "coprocessor"
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index a5043ea4..7b895332 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -153,8 +153,8 @@
<ClCompile Include="elf\elf_reader.cpp" />
<ClCompile Include="file_sys\directory_file_system.cpp" />
<ClCompile Include="file_sys\meta_file_system.cpp" />
+ <ClCompile Include="hle\coprocessor.cpp" />
<ClCompile Include="hle\hle.cpp" />
- <ClCompile Include="hle\mrc.cpp" />
<ClCompile Include="hle\service\apt.cpp" />
<ClCompile Include="hle\service\gsp.cpp" />
<ClCompile Include="hle\service\hid.cpp" />
@@ -193,9 +193,9 @@
<ClInclude Include="file_sys\directory_file_system.h" />
<ClInclude Include="file_sys\file_sys.h" />
<ClInclude Include="file_sys\meta_file_system.h" />
+ <ClInclude Include="hle\coprocessor.h" />
<ClInclude Include="hle\function_wrappers.h" />
<ClInclude Include="hle\hle.h" />
- <ClInclude Include="hle\mrc.h" />
<ClInclude Include="hle\service\apt.h" />
<ClInclude Include="hle\service\gsp.h" />
<ClInclude Include="hle\service\hid.h" />