Misc: Normalize code vs serial usage
This commit is contained in:
6
src/core/libcrypt_serials.h
Normal file
6
src/core/libcrypt_serials.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <string_view>
|
||||
|
||||
namespace LibcryptGameList {
|
||||
bool IsLibcryptGameCode(const std::string_view& serial);
|
||||
}
|
||||
Reference in New Issue
Block a user