mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
b090422991
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
14 lines
311 B
C++
14 lines
311 B
C++
// Copyright 2014 Citra Emulator Project
|
|
// Licensed under GPLv2 or any later version
|
|
// Refer to the license.txt file included.
|
|
|
|
#pragma once
|
|
|
|
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
|