summaryrefslogtreecommitdiff
path: root/games-emulation/pcsx2/files/pcsx2-1.7.4795-rapidyaml-0.5.patch
blob: c4d11083ad45a7a3f3c8c03a7704ab5b0d07c0ad (plain)
1
2
3
4
5
6
7
8
Continuation of https://github.com/PCSX2/pcsx2/commit/a59f95317a3fd
--- a/pcsx2/GameDatabase.cpp
+++ b/pcsx2/GameDatabase.cpp
@@ -1040,3 +1040,3 @@
 	const u32 index = static_cast<u32>(s_hash_database.size());
-	for (const ryml::NodeRef& n : node["hashes"].children())
+	for (const auto& n : node["hashes"].children())
 	{