summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-07-07 05:15:40 +0200
committerbunnei <bunneidev@gmail.com>2014-07-09 00:46:38 +0200
commit3eb89f3e98b118f7829d3e56f32bcacbe58afc46 (patch)
treea4e8761b1b55ca53941db9f2ce8c04f224226238 /src/core/core.vcxproj
parentThread: Added functions to resume threads from address arbitration. (diff)
downloadyuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar
yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar.gz
yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar.bz2
yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar.lz
yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar.xz
yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar.zst
yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.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" />