Duckstation/src/core/libcrypt_game_codes.h
Connor McLaughlin 9e1987063d System: Add a libcrypt game list, and check serials
Nag the user if they're missing a sbi file.
2020-12-18 03:03:22 +10:00

6 lines
124 B
C++

#pragma once
#include <string_view>
namespace LibcryptGameList {
bool IsLibcryptGameCode(const std::string_view& serial);
}