Lay down RTC things

This commit is contained in:
SimoneN64
2023-06-05 21:54:06 +02:00
parent 39152893ca
commit ca9204044f
2 changed files with 9 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ void GameDB::match(Mem& mem) {
mem.rom.gameNameDB = i.name;
return;
} else {
Util::warn("Matched code for %s, but not region! Game supposedly exists in regions [{}] but this image has region {}",
Util::warn("Matched code for {}, but not region! Game supposedly exists in regions [{}] but this image has region {}",
i.name, i.regions, rom.header.countryCode[0]);
}
}