mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +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);
|
|
} |