]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Mark UAE boot ROM as needed when any HD panel "Add drives" option is selected.
authorToni Wilen <twilen@winuae.net>
Sat, 2 Dec 2023 17:53:08 +0000 (19:53 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 2 Dec 2023 17:53:08 +0000 (19:53 +0200)
expansion.cpp

index 42e6961c510d7831fa025030bb85d87b2881f5c3..d7b5660b01a0c3f1ea223df1dc6d36effd4a3ba7 100644 (file)
@@ -2399,6 +2399,10 @@ static uaecptr check_boot_rom (struct uae_prefs *p, int *boot_rom_type)
                return b;
        if (nr_directory_units (p))
                return b;
+#ifdef WIN32
+       if (p->win32_automount_drives || p->win32_automount_cddrives || p->win32_automount_netdrives || p->win32_automount_removable)
+               return b;
+#endif
        if (p->socket_emu)
                return b;
        if (p->uaeserial)