summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-10-02 01:10:47 +0200
committerShizZy <shizzy@6bit.net>2013-10-02 01:10:47 +0200
commit9d79fc7aa690d3cbfbbca7df8ea0411145ee240c (patch)
tree9e387056d659bc7001f5c1de02e48636c8a4e638 /src/core/core.vcxproj.filters
parentadded an early function for booting from a directory (diff)
downloadyuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar
yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar.gz
yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar.bz2
yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar.lz
yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar.xz
yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.tar.zst
yuzu-9d79fc7aa690d3cbfbbca7df8ea0411145ee240c.zip
Diffstat (limited to 'src/core/core.vcxproj.filters')
-rw-r--r--src/core/core.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters
index 039373047..de3aab97f 100644
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -20,6 +20,8 @@
<ClCompile Include="src\file_sys\meta_file_system.cpp">
<Filter>file_sys</Filter>
</ClCompile>
+ <ClCompile Include="src\system.cpp" />
+ <ClCompile Include="src\core_timing.cpp" />
</ItemGroup>
<ItemGroup>
<Filter Include="arm">
@@ -88,6 +90,7 @@
<Filter>file_sys</Filter>
</ClInclude>
<ClInclude Include="src\system.h" />
+ <ClInclude Include="src\core_timing.h" />
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />