mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
[[unlikely]] ASSERT
and other ASSERT usage changes
This commit is contained in:
parent
6361586a04
commit
bf079d6d3a
10 changed files with 19 additions and 20 deletions
|
@ -401,7 +401,7 @@ static QString GetFormatDescription(Memcard::SavefileFormat format)
|
|||
case Memcard::SavefileFormat::SAV:
|
||||
return QObject::tr("Datel MaxDrive/Pro files");
|
||||
default:
|
||||
ASSERT(0);
|
||||
ASSERT(false);
|
||||
return QObject::tr("Native GCI File");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue