Cleanup from unused code.

This commit is contained in:
Sorgelig
2023-08-17 00:05:44 +08:00
parent 97472bc5e9
commit 61611e0b55
10 changed files with 8 additions and 832 deletions

View File

@@ -6118,8 +6118,7 @@ void HandleUI(void)
if (ide_is_placeholder(num))
{
if (ide_check() & 0x8000) ide_open(num, minimig_config.hardfile[num].filename);
else OpenHardfile(num, minimig_config.hardfile[num].filename);
ide_open(num, minimig_config.hardfile[num].filename);
}
menustate = MENU_MINIMIG_DISK1;