mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 04:47:58 -05:00
cmake: Remove shader cache version
This commit is contained in:
@ -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)},
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user