mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
[Android] Add an about screen that shows build revision.
This commit is contained in:
parent
fea1e3b698
commit
6bb7cc5fea
8 changed files with 210 additions and 88 deletions
|
@ -27,8 +27,12 @@ const char *scm_rev_str = "Dolphin "
|
|||
#ifdef _M_X64
|
||||
#define NP_ARCH "x64"
|
||||
#else
|
||||
#ifdef _M_ARM
|
||||
#define NP_ARCH "ARM"
|
||||
#else
|
||||
#define NP_ARCH "x86"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
const char *netplay_dolphin_ver = SCM_DESC_STR " W" NP_ARCH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue