summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-18 23:52:49 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-18 23:52:49 +0200
commit958bca606e80110e05d7c142dda3097fddc96503 (patch)
tree576917751444b4dfdb476d040b4e075bde431b7b /src/core/core.vcxproj
parentInit window size from VideoCore. Start changing the default window behavior... (diff)
parentrenamed hw_lcd module to just lcd (diff)
downloadyuzu-958bca606e80110e05d7c142dda3097fddc96503.tar
yuzu-958bca606e80110e05d7c142dda3097fddc96503.tar.gz
yuzu-958bca606e80110e05d7c142dda3097fddc96503.tar.bz2
yuzu-958bca606e80110e05d7c142dda3097fddc96503.tar.lz
yuzu-958bca606e80110e05d7c142dda3097fddc96503.tar.xz
yuzu-958bca606e80110e05d7c142dda3097fddc96503.tar.zst
yuzu-958bca606e80110e05d7c142dda3097fddc96503.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 1800b5512..b6fc604c6 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -152,8 +152,16 @@
<ClCompile Include="elf\elf_reader.cpp" />
<ClCompile Include="file_sys\directory_file_system.cpp" />
<ClCompile Include="file_sys\meta_file_system.cpp" />
+ <ClCompile Include="hle\hle.cpp" />
+ <ClCompile Include="hle\service\apt.cpp" />
+ <ClCompile Include="hle\service\gsp.cpp" />
+ <ClCompile Include="hle\service\hid.cpp" />
+ <ClCompile Include="hle\service\service.cpp" />
+ <ClCompile Include="hle\service\srv.cpp" />
+ <ClCompile Include="hle\syscall.cpp" />
<ClCompile Include="hw\hw.cpp" />
- <ClCompile Include="hw\hw_lcd.cpp" />
+ <ClCompile Include="hw\lcd.cpp" />
+ <ClCompile Include="hw\ndma.cpp" />
<ClCompile Include="loader.cpp" />
<ClCompile Include="mem_map.cpp" />
<ClCompile Include="mem_map_funcs.cpp" />
@@ -182,8 +190,17 @@
<ClInclude Include="file_sys\directory_file_system.h" />
<ClInclude Include="file_sys\file_sys.h" />
<ClInclude Include="file_sys\meta_file_system.h" />
+ <ClInclude Include="hle\function_wrappers.h" />
+ <ClInclude Include="hle\hle.h" />
+ <ClInclude Include="hle\service\apt.h" />
+ <ClInclude Include="hle\service\gsp.h" />
+ <ClInclude Include="hle\service\hid.h" />
+ <ClInclude Include="hle\service\service.h" />
+ <ClInclude Include="hle\service\srv.h" />
+ <ClInclude Include="hle\syscall.h" />
<ClInclude Include="hw\hw.h" />
- <ClInclude Include="hw\hw_lcd.h" />
+ <ClInclude Include="hw\lcd.h" />
+ <ClInclude Include="hw\ndma.h" />
<ClInclude Include="loader.h" />
<ClInclude Include="mem_map.h" />
<ClInclude Include="system.h" />