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:
parent
8d1fc18941
commit
1de7ac3c67
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user