Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9131 from JosJuice/nkit-mgs
Add Metal Gear Solid: The Twin Snakes to NKit warning message
  • Loading branch information
lioncash committed Oct 5, 2020
2 parents 0fe6081 + 568f226 commit c2975c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/DolphinQt/NKitWarningDialog.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit c2975c8

Please sign in to comment.