aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2014-07-06 23:15:40 -0400
committerGravatar bunnei <bunneidev@gmail.com>2014-07-08 18:46:38 -0400
commit3eb89f3e98b118f7829d3e56f32bcacbe58afc46 (patch)
treea4e8761b1b55ca53941db9f2ce8c04f224226238 /src/core/core.vcxproj
parentba840d3200183e30a5d85acf494d2a6bbbb3a386 (diff)
Kernel: Added preliminary support for address arbiters.
AddressArbiter: Added documentation comment, fixed whitespace issue. AddressArbiter: Fixed incorrect comment, reordered if-statement to be more clear. SVC: Removed trailing whitespace.
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 a09a4a1f..ddc174c2 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" />