mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
Prioritize non-NUS format over NUS
If a title exists multiple times in the game folder in different formats, then prefer and use non-NUS format if one is available. This is so we match previous Cemu behavior where Cemu would pick non-NUS simply due the fact that NUS format wasn't supported yet.
This commit is contained in:
parent
ce34b95b82
commit
43976ca7eb
3 changed files with 25 additions and 13 deletions
|
@ -953,9 +953,7 @@ wxString wxTitleManagerList::GetTitleEntryText(const TitleEntry& entry, ItemColu
|
|||
}
|
||||
case ColumnLocation:
|
||||
{
|
||||
const auto relative_mlc_path =
|
||||
entry.path.lexically_relative(ActiveSettings::GetMlcPath()).string();
|
||||
|
||||
const auto relative_mlc_path = _pathToUtf8(entry.path.lexically_relative(ActiveSettings::GetMlcPath()));
|
||||
if (relative_mlc_path.starts_with("usr") || relative_mlc_path.starts_with("sys"))
|
||||
return _("MLC");
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue