summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-02 01:20:44 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-02 01:20:44 +0200
commitf0434249150f27d7921a57f70d6af11c12c4e08f (patch)
tree4f1d4e40eb57f729f2533b1acd50c1b8efc903f3 /src/core/core.vcxproj
parent- added some function wrappers for HLE (diff)
downloadyuzu-f0434249150f27d7921a57f70d6af11c12c4e08f.tar
yuzu-f0434249150f27d7921a57f70d6af11c12c4e08f.tar.gz
yuzu-f0434249150f27d7921a57f70d6af11c12c4e08f.tar.bz2
yuzu-f0434249150f27d7921a57f70d6af11c12c4e08f.tar.lz
yuzu-f0434249150f27d7921a57f70d6af11c12c4e08f.tar.xz
yuzu-f0434249150f27d7921a57f70d6af11c12c4e08f.tar.zst
yuzu-f0434249150f27d7921a57f70d6af11c12c4e08f.zip
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 a5043ea4b..7b8953327 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" />