Add Metal Gear Solid: The Twin Snakes to NKit warning message
Unlike Super Paper Mario, this game doesn't crash as soon as you try to start it, but rather if you try to skip a certain cutscene. Thanks to JMC for letting me know about this.
This commit is contained in:
parent
d9f88c0cbf
commit
568f226937
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue