summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-18 05:43:55 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-18 05:43:55 +0200
commitc3a4b4bfca154f3f27830fe747c0fd74f8459d84 (patch)
tree3c91454f16cafa94f2076d55998d411236eaf066 /src/core/core.vcxproj
parentadded GSP heap memory allocation (diff)
downloadyuzu-c3a4b4bfca154f3f27830fe747c0fd74f8459d84.tar
yuzu-c3a4b4bfca154f3f27830fe747c0fd74f8459d84.tar.gz
yuzu-c3a4b4bfca154f3f27830fe747c0fd74f8459d84.tar.bz2
yuzu-c3a4b4bfca154f3f27830fe747c0fd74f8459d84.tar.lz
yuzu-c3a4b4bfca154f3f27830fe747c0fd74f8459d84.tar.xz
yuzu-c3a4b4bfca154f3f27830fe747c0fd74f8459d84.tar.zst
yuzu-c3a4b4bfca154f3f27830fe747c0fd74f8459d84.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 caf827be4..80bd75eeb 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -161,6 +161,7 @@
<ClCompile Include="hle\syscall.cpp" />
<ClCompile Include="hw\hw.cpp" />
<ClCompile Include="hw\hw_lcd.cpp" />
+ <ClCompile Include="hw\ndma.cpp" />
<ClCompile Include="loader.cpp" />
<ClCompile Include="mem_map.cpp" />
<ClCompile Include="mem_map_funcs.cpp" />
@@ -199,6 +200,7 @@
<ClInclude Include="hle\syscall.h" />
<ClInclude Include="hw\hw.h" />
<ClInclude Include="hw\hw_lcd.h" />
+ <ClInclude Include="hw\ndma.h" />
<ClInclude Include="loader.h" />
<ClInclude Include="mem_map.h" />
<ClInclude Include="system.h" />