Update RomInformationClass.cpp

lets just update these id's for now then
This commit is contained in:
Squall Leonhart 2021-01-11 12:27:37 +11:00
parent 636d39b291
commit 1c21979afb
1 changed files with 2 additions and 1 deletions

View File

@ -198,7 +198,8 @@ DWORD CALLBACK RomInfoProc(HWND hDlg, DWORD uMsg, DWORD wParam, DWORD lParam)
/*switch (DiskHeader[0x00])
{
case 'N': SetDlgItemText(hDlg, IDC_INFO_MEDIA, L"Nintendo"); break;
case 'D': SetDlgItemText(hDlg, IDC_INFO_MEDIA, L"64DD Disk"); break;
case 'E': SetDlgItemText(hDlg, IDC_INFO_MEDIA, L"64DD Disk Expansion"); break;
case 0: SetDlgItemText(hDlg, IDC_INFO_MEDIA, L"None"); break;
default: SetDlgItemText(hDlg, IDC_INFO_MEDIA, L"(Unknown)"); break;
}*/