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

@ -0,0 +1,6 @@
#pragma once
#include <string_view>
namespace LibcryptGameList {
bool IsLibcryptGameCode(const std::string_view& serial);
}