diff options
| author | 2021-07-25 11:39:04 -0700 | |
|---|---|---|
| committer | 2021-07-25 11:39:04 -0700 | |
| commit | 98b26b6e126d4775fdf3f773fe8a8ac808a8ff8f (patch) | |
| tree | 816faa96c2c4d291825063433331a8ea4b3d08f1 /src/core/reporter.cpp | |
| parent | Merge pull request #6699 from lat9nq/common-threads (diff) | |
| parent | shader: Support out of bound local memory reads and immediate writes (diff) | |
| download | yuzu-98b26b6e126d4775fdf3f773fe8a8ac808a8ff8f.tar.gz yuzu-98b26b6e126d4775fdf3f773fe8a8ac808a8ff8f.tar.xz yuzu-98b26b6e126d4775fdf3f773fe8a8ac808a8ff8f.zip | |
Merge pull request #6585 from ameerj/hades
Shader Decompiler Rewrite
Diffstat (limited to 'src/core/reporter.cpp')
| -rw-r--r-- | src/core/reporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp index cfaf50105..365b8f906 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp | |||
| @@ -62,7 +62,6 @@ json GetYuzuVersionData() { | |||
| 62 | {"build_date", std::string(Common::g_build_date)}, | 62 | {"build_date", std::string(Common::g_build_date)}, |
| 63 | {"build_fullname", std::string(Common::g_build_fullname)}, | 63 | {"build_fullname", std::string(Common::g_build_fullname)}, |
| 64 | {"build_version", std::string(Common::g_build_version)}, | 64 | {"build_version", std::string(Common::g_build_version)}, |
| 65 | {"shader_cache_version", std::string(Common::g_shader_cache_version)}, | ||
| 66 | }; | 65 | }; |
| 67 | } | 66 | } |
| 68 | 67 | ||