mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-27 16:15:41 +00:00
9e1987063d
Nag the user if they're missing a sbi file.
6 lines
124 B
C++
6 lines
124 B
C++
#pragma once
|
|
#include <string_view>
|
|
|
|
namespace LibcryptGameList {
|
|
bool IsLibcryptGameCode(const std::string_view& serial);
|
|
} |