diff options
| author | 2014-07-06 23:15:40 -0400 | |
|---|---|---|
| committer | 2014-07-08 18:46:38 -0400 | |
| commit | 3eb89f3e98b118f7829d3e56f32bcacbe58afc46 (patch) | |
| tree | a4e8761b1b55ca53941db9f2ce8c04f224226238 /src/core/core.vcxproj | |
| parent | Thread: Added functions to resume threads from address arbitration. (diff) | |
| download | yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar.gz yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.tar.xz yuzu-3eb89f3e98b118f7829d3e56f32bcacbe58afc46.zip | |
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.vcxproj | 2 |
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 @@ | |||
| 166 | <ClCompile Include="hle\config_mem.cpp" /> | 166 | <ClCompile Include="hle\config_mem.cpp" /> |
| 167 | <ClCompile Include="hle\coprocessor.cpp" /> | 167 | <ClCompile Include="hle\coprocessor.cpp" /> |
| 168 | <ClCompile Include="hle\hle.cpp" /> | 168 | <ClCompile Include="hle\hle.cpp" /> |
| 169 | <ClCompile Include="hle\kernel\address_arbiter.cpp" /> | ||
| 169 | <ClCompile Include="hle\kernel\archive.cpp" /> | 170 | <ClCompile Include="hle\kernel\archive.cpp" /> |
| 170 | <ClCompile Include="hle\kernel\event.cpp" /> | 171 | <ClCompile Include="hle\kernel\event.cpp" /> |
| 171 | <ClCompile Include="hle\kernel\kernel.cpp" /> | 172 | <ClCompile Include="hle\kernel\kernel.cpp" /> |
| @@ -219,6 +220,7 @@ | |||
| 219 | <ClInclude Include="hle\coprocessor.h" /> | 220 | <ClInclude Include="hle\coprocessor.h" /> |
| 220 | <ClInclude Include="hle\function_wrappers.h" /> | 221 | <ClInclude Include="hle\function_wrappers.h" /> |
| 221 | <ClInclude Include="hle\hle.h" /> | 222 | <ClInclude Include="hle\hle.h" /> |
| 223 | <ClInclude Include="hle\kernel\address_arbiter.h" /> | ||
| 222 | <ClInclude Include="hle\kernel\archive.h" /> | 224 | <ClInclude Include="hle\kernel\archive.h" /> |
| 223 | <ClInclude Include="hle\kernel\event.h" /> | 225 | <ClInclude Include="hle\kernel\event.h" /> |
| 224 | <ClInclude Include="hle\kernel\kernel.h" /> | 226 | <ClInclude Include="hle\kernel\kernel.h" /> |