mirror of https://github.com/mgba-emu/mgba.git
Res: Update no-intro for DS
This commit is contained in:
parent
a469b119e5
commit
d05e94e980
41997
res/nointro.dat
41997
res/nointro.dat
File diff suppressed because it is too large
Load Diff
|
@ -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("?");
|
||||
|
|
Loading…
Reference in New Issue