mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 20:01:19 +08:00
Fix BIOS logo choice that caused the wrong logo to display for machine=mcga
This commit is contained in:
parent
985d332e10
commit
34e64d8acf
@ -10902,7 +10902,7 @@ startfunction:
|
|||||||
inpng = dosbox224x224_png;
|
inpng = dosbox224x224_png;
|
||||||
rowheight = 16;
|
rowheight = 16;
|
||||||
}
|
}
|
||||||
else if (IS_PC98_ARCH) {
|
else if (IS_PC98_ARCH || machine == MCH_MCGA) {
|
||||||
if (logo) user_filename = std::string(logo) + "224x186.png";
|
if (logo) user_filename = std::string(logo) + "224x186.png";
|
||||||
filename = "dosbox224x186.png";
|
filename = "dosbox224x186.png";
|
||||||
inpng_size = dosbox224x186_png_len;
|
inpng_size = dosbox224x186_png_len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user