small changes and fixes

This commit is contained in:
SimoneN64
2023-06-06 10:59:14 +02:00
parent ecdf7473e2
commit be7f1fc5a0
4 changed files with 4 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ void GameDB::match(Mem& mem) {
i.name, i.regions, rom.header.countryCode[0]);
}
}
}
Util::debug("Did not match any Game DB entries. Code: {} Region: {}", mem.rom.code, mem.rom.header.countryCode[0]);