media id patched dragon sword 64 U added to rdb (#2274)

* media id patched dragon sword 64 U added to rdb

* adds M Type Cartridge media as N64 Development Cartridge

* adds unpatched Dragon Sword U and differentiates the two
This commit is contained in:
Squall Leonhart 2022-08-11 13:05:27 +10:00 committed by GitHub
parent 9cfe6ac259
commit 630778a41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -1799,6 +1799,22 @@ Status=Compatible
32bit=Yes
RDRAM Size=4
[AE6B1E11-B7CBD69E-C:0]
Good Name=Dragon Sword (U) (Unreleased Alpha)
Internal Name=DragonStorm
Status=Needs video plugin
Plugin Note=Use GlideN64
32bit=Yes
RDRAM Size=4
[AE6B1E11-B7CBD69E-C:50]
Good Name=Dragon Sword (U) (Media Header Patch)
Internal Name=DragonStorm
Status=Needs video plugin
Plugin Note=Use GlideN64
32bit=Yes
RDRAM Size=4
[B6524461-ED6D04B1-C:50]
Good Name=Dual Heroes (E)
Internal Name=Dual heroes PAL

View File

@ -708,6 +708,7 @@ void CRomBrowser::RomList_GetDispInfo(uint32_t pnmh)
case 'C':wcsncpy(lpdi->item.pszText, L"N64 Cartridge (Disk Compatible)", lpdi->item.cchTextMax / sizeof(wchar_t)); break;
case 'D':wcsncpy(lpdi->item.pszText, L"64DD Disk", lpdi->item.cchTextMax / sizeof(wchar_t)); break;
case 'E':wcsncpy(lpdi->item.pszText, L"64DD Disk (Expansion)", lpdi->item.cchTextMax / sizeof(wchar_t)); break;
case 'M':wcsncpy(lpdi->item.pszText, L"N64 Development Cartridge", lpdi->item.cchTextMax / sizeof(wchar_t)); break;
case 'N':wcsncpy(lpdi->item.pszText, L"N64 Cartridge", lpdi->item.cchTextMax / sizeof(wchar_t)); break;
case 'Z':wcsncpy(lpdi->item.pszText, L"Aleck64", lpdi->item.cchTextMax / sizeof(wchar_t)); break;
case 0: wcsncpy(lpdi->item.pszText, L"None", lpdi->item.cchTextMax / sizeof(wchar_t)); break;