diff options
Diffstat (limited to 'Source/Core/Common/Version.cpp')
| -rw-r--r-- | Source/Core/Common/Version.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Core/Common/Version.cpp b/Source/Core/Common/Version.cpp index 618d000b9f..5a34b73018 100644 --- a/Source/Core/Common/Version.cpp +++ b/Source/Core/Common/Version.cpp @@ -19,6 +19,12 @@ namespace Common #define BUILD_TYPE_STR "" #endif +const std::string& GetEmulatorName() +{ + static const std::string emulator_name = EMULATOR_NAME; + return emulator_name; +} + const std::string& GetScmRevStr() { static const std::string scm_rev_str = EMULATOR_NAME " " |
