summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-07-09 00:54:12 +0200
committerbunnei <bunneidev@gmail.com>2014-07-09 00:54:12 +0200
commit584f7aced5360654d3f86dd14beb87a637b802f1 (patch)
treea4e8761b1b55ca53941db9f2ce8c04f224226238 /src/core/core.vcxproj
parentMerge pull request #28 from bunnei/shared-memory (diff)
parentKernel: Added preliminary support for address arbiters. (diff)
downloadyuzu-584f7aced5360654d3f86dd14beb87a637b802f1.tar
yuzu-584f7aced5360654d3f86dd14beb87a637b802f1.tar.gz
yuzu-584f7aced5360654d3f86dd14beb87a637b802f1.tar.bz2
yuzu-584f7aced5360654d3f86dd14beb87a637b802f1.tar.lz
yuzu-584f7aced5360654d3f86dd14beb87a637b802f1.tar.xz
yuzu-584f7aced5360654d3f86dd14beb87a637b802f1.tar.zst
yuzu-584f7aced5360654d3f86dd14beb87a637b802f1.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index a09a4a1f1..ddc174c2c 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -166,6 +166,7 @@
<ClCompile Include="hle\config_mem.cpp" />
<ClCompile Include="hle\coprocessor.cpp" />
<ClCompile Include="hle\hle.cpp" />
+ <ClCompile Include="hle\kernel\address_arbiter.cpp" />
<ClCompile Include="hle\kernel\archive.cpp" />
<ClCompile Include="hle\kernel\event.cpp" />
<ClCompile Include="hle\kernel\kernel.cpp" />
@@ -219,6 +220,7 @@
<ClInclude Include="hle\coprocessor.h" />
<ClInclude Include="hle\function_wrappers.h" />
<ClInclude Include="hle\hle.h" />
+ <ClInclude Include="hle\kernel\address_arbiter.h" />
<ClInclude Include="hle\kernel\archive.h" />
<ClInclude Include="hle\kernel\event.h" />
<ClInclude Include="hle\kernel\kernel.h" />