Duckstation/src/core/libcrypt_game_codes.h

6 lines
124 B
C
Raw Normal View History

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