mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 05:17:19 +00:00
6 lines
124 B
C++
6 lines
124 B
C++
#pragma once
|
|
#include <string_view>
|
|
|
|
namespace LibcryptGameList {
|
|
bool IsLibcryptGameCode(const std::string_view& serial);
|
|
} |