GameDatabase: Fix identification of misnamed-exe games
This commit is contained in:
@ -92,7 +92,7 @@ void EnsureLoaded();
|
||||
void Unload();
|
||||
|
||||
const Entry* GetEntryForDisc(CDImage* image);
|
||||
const Entry* GetEntryForId(const std::string_view& code);
|
||||
const Entry* GetEntryForGameDetails(const std::string& id, u64 hash);
|
||||
const Entry* GetEntryForSerial(const std::string_view& serial);
|
||||
std::string GetSerialForDisc(CDImage* image);
|
||||
std::string GetSerialForPath(const char* path);
|
||||
|
||||
Reference in New Issue
Block a user