From 3404057732e1c4750516269d7b4b547420224841 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 18 Mar 2017 22:43:48 -0400 Subject: [PATCH] ES: Remove unused string format argument in LaunchPPCTitle Gets rid of a -Wformat-extra-args warning. --- Source/Core/Core/IOS/ES/ES.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/Core/IOS/ES/ES.cpp b/Source/Core/Core/IOS/ES/ES.cpp index 7ca9dbde21..4ef6020020 100644 --- a/Source/Core/Core/IOS/ES/ES.cpp +++ b/Source/Core/Core/IOS/ES/ES.cpp @@ -180,8 +180,7 @@ bool ES::LaunchPPCTitle(u64 title_id, bool skip_reload) if (title_id == 0x0000000100000002) { PanicAlertT("Could not launch the Wii Menu because it is missing from the NAND.\n" - "The emulated software will likely hang now.", - title_id); + "The emulated software will likely hang now."); } else {