Res: Update no-intro for DS

This commit is contained in:
Vicki Pfau 2017-03-16 12:48:41 -07:00
parent a469b119e5
commit d05e94e980
2 changed files with 42001 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,10 @@ LibraryModel::LibraryModel(const QString& path, QObject* parent)
#ifdef M_CORE_GB
case PLATFORM_GB:
return tr("GB");
#endif
#ifdef M_CORE_DS
case PLATFORM_DS:
return tr("DS");
#endif
default:
return tr("?");