diff options
| author | bunnei <ericbunnie@gmail.com> | 2014-04-12 21:55:36 -0400 |
|---|---|---|
| committer | bunnei <ericbunnie@gmail.com> | 2014-04-12 21:55:36 -0400 |
| commit | 68e198476f17a026fed88f3c9a271aa768694354 (patch) | |
| tree | c8b368e45afd8fd70c69ce7be7e28879eda8d8aa /src/core/core.vcxproj | |
| parent | 4d8831890321c11e2e29ed9bc87c8a48841b702e (diff) | |
- added HLE to connect to "srv:" service
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 10ecca596..b10ae8684 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -153,6 +153,7 @@ <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\service.cpp" /> <ClCompile Include="hle\syscall.cpp" /> <ClCompile Include="hw\hw.cpp" /> <ClCompile Include="hw\hw_lcd.cpp" /> |
