File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1210,8 +1210,6 @@ bool GameDatabase::LoadGameDBYaml()
1210
1210
return false ;
1211
1211
}
1212
1212
1213
- SetRymlCallbacks ();
1214
-
1215
1213
const ryml::Tree tree = ryml::parse_in_place (
1216
1214
to_csubstr (GAMEDB_YAML_FILENAME), c4::substr (reinterpret_cast <char *>(gamedb_data->data ()), gamedb_data->size ()));
1217
1215
const ryml::ConstNodeRef root = tree.rootref ();
@@ -1546,8 +1544,6 @@ bool GameDatabase::LoadTrackHashes()
1546
1544
return false ;
1547
1545
}
1548
1546
1549
- SetRymlCallbacks ();
1550
-
1551
1547
// TODO: Parse in-place, avoid string allocations.
1552
1548
const ryml::Tree tree = ryml::parse_in_arena (to_csubstr (DISCDB_YAML_FILENAME), to_csubstr (gamedb_data.value ()));
1553
1549
const ryml::ConstNodeRef root = tree.rootref ();
You can’t perform that action at this time.
0 commit comments