summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters
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.filters
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.filters')
-rw-r--r--src/core/core.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters
index 7e6a7f91b..68ba9e50b 100644
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -182,6 +182,9 @@
<ClCompile Include="hle\kernel\shared_memory.cpp">
<Filter>hle\kernel</Filter>
</ClCompile>
+ <ClCompile Include="hle\kernel\address_arbiter.cpp">
+ <Filter>hle\kernel</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="arm\disassembler\arm_disasm.h">
@@ -326,6 +329,9 @@
<ClInclude Include="hle\kernel\shared_memory.h">
<Filter>hle\kernel</Filter>
</ClInclude>
+ <ClInclude Include="hle\kernel\address_arbiter.h">
+ <Filter>hle\kernel</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />