diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-17 23:43:55 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-17 23:43:55 -0400 |
commit | c3a4b4bfca154f3f27830fe747c0fd74f8459d84 (patch) | |
tree | 3c91454f16cafa94f2076d55998d411236eaf066 /src/core/core.vcxproj | |
parent | b2baafaf8ba760ce2b975391fd04db52ad386e29 (diff) |
added NDMA hardware interface
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 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" /> |