mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
IOS: implement /dev/sha
This commit is contained in:
parent
2677fd9a8e
commit
d4c18f3f31
6 changed files with 164 additions and 2 deletions
|
@ -343,6 +343,7 @@
|
|||
<ClInclude Include="Core\HW\WiimoteReal\WiimoteReal.h" />
|
||||
<ClInclude Include="Core\HW\WiiSave.h" />
|
||||
<ClInclude Include="Core\HW\WiiSaveStructs.h" />
|
||||
<ClInclude Include="Core\IOS\Crypto\Sha.h" />
|
||||
<ClInclude Include="Core\IOS\Device.h" />
|
||||
<ClInclude Include="Core\IOS\DeviceStub.h" />
|
||||
<ClInclude Include="Core\IOS\DI\DI.h" />
|
||||
|
@ -983,6 +984,7 @@
|
|||
<ClCompile Include="Core\HW\WiimoteReal\IOWin.cpp" />
|
||||
<ClCompile Include="Core\HW\WiimoteReal\WiimoteReal.cpp" />
|
||||
<ClCompile Include="Core\HW\WiiSave.cpp" />
|
||||
<ClCompile Include="Core\IOS\Crypto\Sha.cpp" />
|
||||
<ClCompile Include="Core\IOS\Device.cpp" />
|
||||
<ClCompile Include="Core\IOS\DeviceStub.cpp" />
|
||||
<ClCompile Include="Core\IOS\DI\DI.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue