Merge duplicated code from Database, CMAObject and SQListDB to utils.
Fix savedata metadata processing. Insert metadata from games/apps into the database.
This commit is contained in:
@@ -212,7 +212,7 @@ quint16 CmaEvent::processAllObjects(CMAObject *parent, quint32 handle)
|
||||
root_obj = root_obj->parent;
|
||||
}
|
||||
|
||||
fileType = Database::checkFileType(dir.absoluteFilePath(name), root_obj->metadata.ohfi);
|
||||
fileType = checkFileType(dir.absoluteFilePath(name), root_obj->metadata.ohfi);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user