summaryrefslogtreecommitdiffstats
path: root/src/common/scm_rev.cpp.in
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-01-14 05:58:46 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-02-07 02:20:57 +0100
commitbe4641c43f0c6c68d183549a9a8715ba6fde9c50 (patch)
treec923d382f2e9c27e4d92090c4c331fd99e0c7c47 /src/common/scm_rev.cpp.in
parentgl_shader_cache: Refactor to support disk shader cache (diff)
downloadyuzu-be4641c43f0c6c68d183549a9a8715ba6fde9c50.tar
yuzu-be4641c43f0c6c68d183549a9a8715ba6fde9c50.tar.gz
yuzu-be4641c43f0c6c68d183549a9a8715ba6fde9c50.tar.bz2
yuzu-be4641c43f0c6c68d183549a9a8715ba6fde9c50.tar.lz
yuzu-be4641c43f0c6c68d183549a9a8715ba6fde9c50.tar.xz
yuzu-be4641c43f0c6c68d183549a9a8715ba6fde9c50.tar.zst
yuzu-be4641c43f0c6c68d183549a9a8715ba6fde9c50.zip
Diffstat (limited to 'src/common/scm_rev.cpp.in')
-rw-r--r--src/common/scm_rev.cpp.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/scm_rev.cpp.in b/src/common/scm_rev.cpp.in
index 2b1727769..d69038f65 100644
--- a/src/common/scm_rev.cpp.in
+++ b/src/common/scm_rev.cpp.in
@@ -11,6 +11,7 @@
#define BUILD_DATE "@BUILD_DATE@"
#define BUILD_FULLNAME "@BUILD_FULLNAME@"
#define BUILD_VERSION "@BUILD_VERSION@"
+#define SHADER_CACHE_VERSION "@SHADER_CACHE_VERSION@"
namespace Common {
@@ -21,6 +22,7 @@ const char g_build_name[] = BUILD_NAME;
const char g_build_date[] = BUILD_DATE;
const char g_build_fullname[] = BUILD_FULLNAME;
const char g_build_version[] = BUILD_VERSION;
+const char g_shader_cache_version[] = SHADER_CACHE_VERSION;
} // namespace