Skip to content

Commit

Permalink
refactor: when auto-loading CD, fallback to CD32 always (#1605)
Browse files Browse the repository at this point in the history
It could be that the name does not mention CDTV or CD32 at all, so let's fall back to CD32 mode in those cases as well
midwan committed Jan 23, 2025
1 parent 840f8da commit f524cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/amiberry_whdbooter.cpp
Original file line number Diff line number Diff line change
@@ -366,7 +366,7 @@ void cd_auto_prefs(uae_prefs* prefs, char* filepath)
// SET THE BASE AMIGA (CDTV)
built_in_prefs(prefs, 9, 0, 0, 0);
}
else if (is_cd32)
else
{
_tcscpy(prefs->description, _T("AutoBoot Configuration [CD32]"));
// SET THE BASE AMIGA (CD32)

0 comments on commit f524cf0

Please sign in to comment.