GameList: Use region from exe

pull/1503/head
Connor McLaughlin 4 years ago
parent b62f31fd96
commit 41a9231a87

@ -98,7 +98,7 @@ bool GameList::GetExeListEntry(const char* path, GameListEntry* entry)
// no way to detect region...
entry->path = path;
entry->region = DiscRegion::Other;
entry->region = BIOS::GetPSExeDiscRegion(header);
entry->total_size = ZeroExtend64(file_size);
entry->last_modified_time = ffd.ModificationTime.AsUnixTimestamp();
entry->type = GameListEntryType::PSExe;

Loading…
Cancel
Save