mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +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
|
@ -633,8 +633,7 @@ GameInfo2 CafeTitleList::GetGameInfo(TitleId titleId)
|
|||
uint64 baseTitleId;
|
||||
if (!FindBaseTitleId(titleId, baseTitleId))
|
||||
{
|
||||
cemuLog_logDebug(LogType::Force, "Failed to translate title id in GetGameInfo()");
|
||||
return gameInfo;
|
||||
cemu_assert_suspicious();
|
||||
}
|
||||
// determine if an optional update title id exists
|
||||
TitleIdParser tip(baseTitleId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue