summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-10-05 10:50:48 -0400
committerGitHub <noreply@github.com>2020-10-05 10:50:48 -0400
commitc2975c8cb5f495793864971ac8d0e6edb0fb87db (patch)
tree60ea0e562497e7d599da2d89653f5bb1ded854b2 /Source/Core
parent0fe60816801d0c17946f73327c898555813a8e70 (diff)
parent568f226937b52e62ca230dc6d11c70508a49c0d1 (diff)
Merge pull request #9131 from JosJuice/nkit-mgs
Add Metal Gear Solid: The Twin Snakes to NKit warning message
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt/NKitWarningDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt/NKitWarningDialog.cpp b/Source/Core/DolphinQt/NKitWarningDialog.cpp
index 85d69aeeb1..59e861de07 100644
--- a/Source/Core/DolphinQt/NKitWarningDialog.cpp
+++ b/Source/Core/DolphinQt/NKitWarningDialog.cpp
@@ -41,10 +41,10 @@ NKitWarningDialog::NKitWarningDialog(QWidget* parent) : QDialog(parent)
"• You can't use NetPlay with people who have normal disc images\n"
"• Input recordings are not compatible between NKit disc images and normal disc images\n"
"• Savestates are not compatible between NKit disc images and normal disc images\n"
- "• Some games crash, such as Super Paper Mario\n"
+ "• Some games can crash, such as Super Paper Mario and Metal Gear Solid: The Twin Snakes\n"
"• Wii games don't work at all in older versions of Dolphin and in many other programs\n"
"\n"
- "Are you sure you want to continue anyway?\n"));
+ "Are you sure you want to continue anyway?"));
warning->setWordWrap(true);
main_layout->addWidget(warning);