mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
code handler update add switch dialog
This commit is contained in:
parent
942be0e269
commit
1550565855
7 changed files with 63 additions and 11 deletions
|
@ -31,7 +31,7 @@ const std::string& GetScmDescStr()
|
|||
}
|
||||
const std::string& GetScmRevStr()
|
||||
{
|
||||
static const std::string scm_rev_str = std::string("Dolphin MPN [") + SCM_DESC_STR + "]";
|
||||
static const std::string scm_rev_str = std::string("Dolphin MPN (") + SCM_DESC_STR + ")";
|
||||
return scm_rev_str;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue