summaryrefslogtreecommitdiff
path: root/src/core/reporter.cpp
diff options
context:
space:
mode:
authorGravatar lat9nq2021-07-25 15:31:33 -0400
committerGravatar GitHub2021-07-25 15:31:33 -0400
commit09d6cc99435322c5f480eaa2b0967e33f4966ba6 (patch)
tree72cdf06f6b7d77fdf5826104fea691f3ea450f54 /src/core/reporter.cpp
parentconfiguration: Use combobox apply template where possible (diff)
parentMerge pull request #6575 from FernandoS27/new_settings (diff)
downloadyuzu-09d6cc99435322c5f480eaa2b0967e33f4966ba6.tar.gz
yuzu-09d6cc99435322c5f480eaa2b0967e33f4966ba6.tar.xz
yuzu-09d6cc99435322c5f480eaa2b0967e33f4966ba6.zip
Merge branch 'master' into fullscreen-enum
Diffstat (limited to 'src/core/reporter.cpp')
-rw-r--r--src/core/reporter.cpp1
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