summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-13 16:33:45 -0400
committerGravatar bunnei2014-04-13 16:33:45 -0400
commit9f4d677cdf1fcc937d2e68cae3f52f53c24582f8 (patch)
tree8d92dbc0b8e568dd67649511c070b31e7ca5d125 /src/core/core.vcxproj
parentrenamed class Interface_SRV to SRV (diff)
downloadyuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar.gz
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.tar.xz
yuzu-9f4d677cdf1fcc937d2e68cae3f52f53c24582f8.zip
added framework for APT service (application and title launching service)
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 b10ae8684..be750b24f 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -153,6 +153,7 @@
153 <ClCompile Include="file_sys\directory_file_system.cpp" /> 153 <ClCompile Include="file_sys\directory_file_system.cpp" />
154 <ClCompile Include="file_sys\meta_file_system.cpp" /> 154 <ClCompile Include="file_sys\meta_file_system.cpp" />
155 <ClCompile Include="hle\hle.cpp" /> 155 <ClCompile Include="hle\hle.cpp" />
156 <ClCompile Include="hle\service\apt.cpp" />
156 <ClCompile Include="hle\service\service.cpp" /> 157 <ClCompile Include="hle\service\service.cpp" />
157 <ClCompile Include="hle\syscall.cpp" /> 158 <ClCompile Include="hle\syscall.cpp" />
158 <ClCompile Include="hw\hw.cpp" /> 159 <ClCompile Include="hw\hw.cpp" />
@@ -187,6 +188,7 @@
187 <ClInclude Include="file_sys\meta_file_system.h" /> 188 <ClInclude Include="file_sys\meta_file_system.h" />
188 <ClInclude Include="hle\function_wrappers.h" /> 189 <ClInclude Include="hle\function_wrappers.h" />
189 <ClInclude Include="hle\hle.h" /> 190 <ClInclude Include="hle\hle.h" />
191 <ClInclude Include="hle\service\apt.h" />
190 <ClInclude Include="hle\service\service.h" /> 192 <ClInclude Include="hle\service\service.h" />
191 <ClInclude Include="hle\syscall.h" /> 193 <ClInclude Include="hle\syscall.h" />
192 <ClInclude Include="hw\hw.h" /> 194 <ClInclude Include="hw\hw.h" />