Skip to content

Commit 32ed407

Browse files
committed
Remove dolphin black screen warnings
1 parent bfbf00f commit 32ed407

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ If you've consulted the spoiler log and you're still stuck, it's possible you've
2424
Please report bugs like that here: https://github.com/LagoLunatic/wwrando/issues
2525
In the bug report be sure to include the permalink for the seed you encountered the bug on.
2626

27-
If you're going to play on emulator, you should always use the latest development version of Dolphin which can be found at the top of this page: https://dolphin-emu.org/download/
28-
The minimum version of Dolphin that works with the randomizer is 5.0-4740 (released July 20th, 2017). If you try to run the randomizer on anything older than that you will just see a black screen when you boot it up.
27+
If you're going to play on emulator, you should use the latest development version of Dolphin which can be found at the top of this page: https://dolphin-emu.org/download/
2928

3029
### Discord Server
3130

ui/randomizer_window.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ def randomization_complete(self):
212212
self.progress_dialog.reset()
213213

214214
text = """Randomization complete.<br><br>
215-
If you get stuck, check the progression spoiler log in the output folder.<br><br>
216-
<b>If you try to load the game in Dolphin and get a black screen, you should update to the latest development build of Dolphin:<br><a href=\"https://en.dolphin-emu.org/download/\">https://en.dolphin-emu.org/download/</a></b>"""
215+
If you get stuck, check the progression spoiler log in the output folder."""
217216

218217
self.complete_dialog = QMessageBox()
219218
self.complete_dialog.setTextFormat(Qt.TextFormat.RichText)

0 commit comments

Comments
 (0)