cmake: Remove shader cache version

This commit is contained in:
ReinUsesLisp 2021-07-18 20:56:50 -03:00 committed by ameerj
parent 3927809a63
commit 2e6acac647
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)},
};
}