mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-10 19:54:59 -06:00
..
This commit is contained in:
parent
e63f16c4cf
commit
44d20ca658
@ -299,7 +299,7 @@ std::unordered_map<std::string, HostOverrideTarget> ParseHostOverridesJson(
|
||||
return out;
|
||||
}
|
||||
for (auto it = root.begin(); it != root.end(); ++it) {
|
||||
.if (!it.key().empty() && it.key().front() == '_') {
|
||||
if (!it.key().empty() && it.key().front() == '_') {
|
||||
continue;
|
||||
}
|
||||
if (!it.value().is_string()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user