mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 02:31:02 -05:00
Gui: Change title bar to include build name
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
This commit is contained in:
@ -9,5 +9,6 @@ namespace Common {
|
||||
extern const char g_scm_rev[];
|
||||
extern const char g_scm_branch[];
|
||||
extern const char g_scm_desc[];
|
||||
extern const char g_build_name[];
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user