mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 00:29:11 +01:00
Merge pull request #5107 from lioncash/unused
ES: Remove unused string format argument in LaunchPPCTitle
This commit is contained in:
commit
036d676230
@ -180,8 +180,7 @@ bool ES::LaunchPPCTitle(u64 title_id, bool skip_reload)
|
|||||||
if (title_id == 0x0000000100000002)
|
if (title_id == 0x0000000100000002)
|
||||||
{
|
{
|
||||||
PanicAlertT("Could not launch the Wii Menu because it is missing from the NAND.\n"
|
PanicAlertT("Could not launch the Wii Menu because it is missing from the NAND.\n"
|
||||||
"The emulated software will likely hang now.",
|
"The emulated software will likely hang now.");
|
||||||
title_id);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user