diff options
| author | 2014-05-09 22:11:18 -0400 | |
|---|---|---|
| committer | 2014-05-09 22:11:18 -0400 | |
| commit | 6b264518a50ce21cb1be55ff3eac4e1c85582cfe (patch) | |
| tree | 036ae3be74768165fbb4ee24db4cdba4ffadec2e /src/core/core.vcxproj | |
| parent | added kernel logger to common (diff) | |
| download | yuzu-6b264518a50ce21cb1be55ff3eac4e1c85582cfe.tar.gz yuzu-6b264518a50ce21cb1be55ff3eac4e1c85582cfe.tar.xz yuzu-6b264518a50ce21cb1be55ff3eac4e1c85582cfe.zip | |
added initial kernel/thread modules
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index b56661e48..59fc6f4fc 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -156,6 +156,8 @@ | |||
| 156 | <ClCompile Include="hle\config_mem.cpp" /> | 156 | <ClCompile Include="hle\config_mem.cpp" /> |
| 157 | <ClCompile Include="hle\coprocessor.cpp" /> | 157 | <ClCompile Include="hle\coprocessor.cpp" /> |
| 158 | <ClCompile Include="hle\hle.cpp" /> | 158 | <ClCompile Include="hle\hle.cpp" /> |
| 159 | <ClCompile Include="hle\kernel\kernel.cpp" /> | ||
| 160 | <ClCompile Include="hle\kernel\thread.cpp" /> | ||
| 159 | <ClCompile Include="hle\service\apt.cpp" /> | 161 | <ClCompile Include="hle\service\apt.cpp" /> |
| 160 | <ClCompile Include="hle\service\gsp.cpp" /> | 162 | <ClCompile Include="hle\service\gsp.cpp" /> |
| 161 | <ClCompile Include="hle\service\hid.cpp" /> | 163 | <ClCompile Include="hle\service\hid.cpp" /> |
| @@ -198,6 +200,8 @@ | |||
| 198 | <ClInclude Include="hle\coprocessor.h" /> | 200 | <ClInclude Include="hle\coprocessor.h" /> |
| 199 | <ClInclude Include="hle\function_wrappers.h" /> | 201 | <ClInclude Include="hle\function_wrappers.h" /> |
| 200 | <ClInclude Include="hle\hle.h" /> | 202 | <ClInclude Include="hle\hle.h" /> |
| 203 | <ClInclude Include="hle\kernel\kernel.h" /> | ||
| 204 | <ClInclude Include="hle\kernel\thread.h" /> | ||
| 201 | <ClInclude Include="hle\service\apt.h" /> | 205 | <ClInclude Include="hle\service\apt.h" /> |
| 202 | <ClInclude Include="hle\service\gsp.h" /> | 206 | <ClInclude Include="hle\service\gsp.h" /> |
| 203 | <ClInclude Include="hle\service\hid.h" /> | 207 | <ClInclude Include="hle\service\hid.h" /> |