early-access version 1890

This commit is contained in:
pineappleEA
2021-07-19 05:44:59 +02:00
parent 8cde2bad21
commit 0a6abc3bd0
9 changed files with 57 additions and 81 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)},
};
}