1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

cmake: Remove shader cache version

This commit is contained in:
ReinUsesLisp
2021-07-18 20:56:50 -03:00
committed by ameerj
parent 56478bc9ac
commit 4a82450c81
3 changed files with 1 additions and 12 deletions

View File

@@ -62,7 +62,6 @@ json GetYuzuVersionData() {
{"build_date", std::string(Common::g_build_date)},
{"build_fullname", std::string(Common::g_build_fullname)},
{"build_version", std::string(Common::g_build_version)},
{"shader_cache_version", std::string(Common::g_shader_cache_version)},
};
}