System: Add a libcrypt game list, and check serials

Nag the user if they're missing a sbi file.
This commit is contained in:
Connor McLaughlin
2020-12-18 03:02:11 +10:00
parent 627008f34c
commit 9e1987063d
6 changed files with 303 additions and 1 deletions

View File

@ -131,6 +131,7 @@
<ClCompile Include="host_interface.cpp" />
<ClCompile Include="host_interface_progress_callback.cpp" />
<ClCompile Include="interrupt_controller.cpp" />
<ClCompile Include="libcrypt_game_codes.cpp" />
<ClCompile Include="mdec.cpp" />
<ClCompile Include="memory_card.cpp" />
<ClCompile Include="memory_card_image.cpp" />
@ -205,6 +206,7 @@
<ClInclude Include="host_interface.h" />
<ClInclude Include="host_interface_progress_callback.h" />
<ClInclude Include="interrupt_controller.h" />
<ClInclude Include="libcrypt_game_codes.h" />
<ClInclude Include="mdec.h" />
<ClInclude Include="memory_card.h" />
<ClInclude Include="memory_card_image.h" />