diff options
| author | 2014-04-10 21:30:00 -0400 | |
|---|---|---|
| committer | 2014-04-10 21:30:00 -0400 | |
| commit | 2a7d7ce55d51a1cf893d14e893b87941df4a2f03 (patch) | |
| tree | d9e4d6d2dfe28d0ddc32de6775d79ef002eea62e /src/core/core.vcxproj | |
| parent | Merge branch 'master' into hle-interface (diff) | |
| download | yuzu-2a7d7ce55d51a1cf893d14e893b87941df4a2f03.tar.gz yuzu-2a7d7ce55d51a1cf893d14e893b87941df4a2f03.tar.xz yuzu-2a7d7ce55d51a1cf893d14e893b87941df4a2f03.zip | |
- removed syscall classes (will just use HLEFunction)
- added hle.cpp and module registration
- removed unused code
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 55ce508a6..8097a47d3 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -152,6 +152,7 @@ | |||
| 152 | <ClCompile Include="elf\elf_reader.cpp" /> | 152 | <ClCompile Include="elf\elf_reader.cpp" /> |
| 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.cpp" /> | ||
| 155 | <ClCompile Include="hle\hle_syscall.cpp" /> | 156 | <ClCompile Include="hle\hle_syscall.cpp" /> |
| 156 | <ClCompile Include="hw\hw.cpp" /> | 157 | <ClCompile Include="hw\hw.cpp" /> |
| 157 | <ClCompile Include="hw\hw_lcd.cpp" /> | 158 | <ClCompile Include="hw\hw_lcd.cpp" /> |