mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
DSPCore: replace 'GC' with 'GameCube' in messages
This commit is contained in:
parent
9de2934aae
commit
f7e2b8dab7
@ -85,14 +85,14 @@ static bool VerifyRoms()
|
|||||||
else if (rom_idx == 2 || rom_idx == 3)
|
else if (rom_idx == 2 || rom_idx == 3)
|
||||||
{
|
{
|
||||||
Host::OSD_AddMessage("You are using a free DSP ROM made by the Dolphin Team.", 8000);
|
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("All Wii games will work correctly, and most GameCube games", 8000);
|
||||||
Host::OSD_AddMessage("also work fine, but the GBA/CARD UCodes will not work.", 8000);
|
Host::OSD_AddMessage("should also work fine, but the GBA/CARD UCodes will not work.", 8000);
|
||||||
}
|
}
|
||||||
else if (rom_idx == 4)
|
else if (rom_idx == 4)
|
||||||
{
|
{
|
||||||
Host::OSD_AddMessage("You are using a free DSP ROM made by the Dolphin Team.", 8000);
|
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("All Wii games will work correctly, and most GameCube games", 8000);
|
||||||
Host::OSD_AddMessage("also work fine, but the CARD UCode will not work.", 8000);
|
Host::OSD_AddMessage("should also work fine, but the CARD UCode will not work.", 8000);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user