1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

added inline suggestion to patch_engine_version to prevent duplicate includes

This commit is contained in:
p01arst0rm 2021-04-12 13:14:08 +01:00 committed by Ivan
parent 8d1fc18941
commit 1de7ac3c67

View File

@ -20,7 +20,7 @@ namespace patch_key
static const std::string version = "Version";
}
static const std::string patch_engine_version = "1.2";
inline static const std::string patch_engine_version = "1.2";
enum class patch_type
{