IOS: implement /dev/sha

This commit is contained in:
DacoTaco
2023-10-18 21:48:19 +02:00
parent 2677fd9a8e
commit d4c18f3f31
6 changed files with 164 additions and 2 deletions

View File

@ -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" />