mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 09:05:54 +00:00
DSPCore: update free DSP ROM message for GBA ucode support
The GBA ucode is supported as of #5524 / d51be94
.
This commit is contained in:
parent
98b751f810
commit
84808d2e35
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ static bool VerifyRoms()
|
||||||
Host::OSD_AddMessage("All Wii games will work correctly, and most GC games should ", 8000);
|
Host::OSD_AddMessage("All Wii games will work correctly, and most GC games should ", 8000);
|
||||||
Host::OSD_AddMessage("also work fine, but the GBA/IPL/CARD UCodes will not work.", 8000);
|
Host::OSD_AddMessage("also work fine, but the GBA/IPL/CARD UCodes will not work.", 8000);
|
||||||
}
|
}
|
||||||
|
else if (rom_idx == 4)
|
||||||
|
{
|
||||||
|
Host::OSD_AddMessage("You are using a free DSP ROM made by the Dolphin Team.", 8000);
|
||||||
|
Host::OSD_AddMessage("All Wii games will work correctly, and most GC games should ", 8000);
|
||||||
|
Host::OSD_AddMessage("also work fine, but the IPL and CARD UCodes will not work.", 8000);
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue