mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
NetworkCaptureLogger: Move SSL logging
This commit is contained in:
parent
3e66db2fd7
commit
289637f92f
8 changed files with 138 additions and 15 deletions
|
@ -375,6 +375,7 @@
|
|||
<ClInclude Include="Core\NetPlayClient.h" />
|
||||
<ClInclude Include="Core\NetPlayProto.h" />
|
||||
<ClInclude Include="Core\NetPlayServer.h" />
|
||||
<ClInclude Include="Core\NetworkCaptureLogger.h" />
|
||||
<ClInclude Include="Core\PatchEngine.h" />
|
||||
<ClInclude Include="Core\PowerPC\BreakPoints.h" />
|
||||
<ClInclude Include="Core\PowerPC\CachedInterpreter\CachedInterpreter.h" />
|
||||
|
@ -943,6 +944,7 @@
|
|||
<ClCompile Include="Core\Movie.cpp" />
|
||||
<ClCompile Include="Core\NetPlayClient.cpp" />
|
||||
<ClCompile Include="Core\NetPlayServer.cpp" />
|
||||
<ClCompile Include="Core\NetworkCaptureLogger.cpp" />
|
||||
<ClCompile Include="Core\PatchEngine.cpp" />
|
||||
<ClCompile Include="Core\PowerPC\BreakPoints.cpp" />
|
||||
<ClCompile Include="Core\PowerPC\CachedInterpreter\CachedInterpreter.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue