diff --git a/Source/Project64/UserInterface/RomInformationClass.cpp b/Source/Project64/UserInterface/RomInformationClass.cpp index edb45a350..d2df54d15 100644 --- a/Source/Project64/UserInterface/RomInformationClass.cpp +++ b/Source/Project64/UserInterface/RomInformationClass.cpp @@ -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; }*/