mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
bugfix: uaescsi.device was always enabled by default (#1570)
The target default options had "automount_cddrives" enabled, which in turn enabled uaescsi.device always. However, that should not be enabled in all cases.
This commit is contained in:
parent
a280b7c073
commit
bb9dd76324
@ -2273,7 +2273,7 @@ void target_default_options(uae_prefs* p, const int type)
|
||||
p->automount_removable = false;
|
||||
//p->automount_drives = 0;
|
||||
//p->automount_removabledrives = 0;
|
||||
p->automount_cddrives = true;
|
||||
p->automount_cddrives = false;
|
||||
//p->automount_netdrives = 0;
|
||||
p->picasso96_modeflags = RGBFF_CLUT | RGBFF_R5G6B5PC | RGBFF_B8G8R8A8;
|
||||
//p->filesystem_mangle_reserved_names = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user