mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
added inline suggestion to patch_engine_version to prevent duplicate includes
This commit is contained in:
parent
8d1fc18941
commit
1de7ac3c67
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace patch_key
|
||||||
static const std::string version = "Version";
|
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
|
enum class patch_type
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue