summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAda <60364512+GreatArgorath@users.noreply.github.com>2022-05-13 01:46:05 +0100
committerGitHub <noreply@github.com>2022-05-12 20:46:05 -0400
commitbcd57f45b2cf5e553bd5d8dbc0848e26304d9a0b (patch)
tree355d4d91a484314af748daf77b77e6f973eb77e1
parent0a8db6d8a62f6d997065223cd6e2237f71c6aecc (diff)
Corrects tooltip on otrgui (#305)
Previously said Master Quest rom would work, this removes that and replaces it with GameCube PAL support
-rw-r--r--OTRGui/src/game/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/OTRGui/src/game/game.cpp b/OTRGui/src/game/game.cpp
index e995b339c..022a7788e 100644
--- a/OTRGui/src/game/game.cpp
+++ b/OTRGui/src/game/game.cpp
@@ -188,7 +188,7 @@ void OTRGame::draw() {
sohFolder = path;
}
- if (UIUtils::GuiIconButton("Cartridge", "Open\nOoT Rom", 32, 50, currentStep != NULLSTR, "Select an Ocarina of Time\nMaster Quest or Vanilla Debug Rom\n\nYou can dump it or lend one from Nintendo")) {
+ if (UIUtils::GuiIconButton("Cartridge", "Open\nOoT Rom", 32, 50, currentStep != NULLSTR, "Select an Ocarina of Time\nGameCube PAL or Vanilla Debug Rom\n\nYou can dump it or lend one from Nintendo")) {
const std::string path = NativeFS->LaunchFileExplorer(LaunchType::FILE);
if (path != NULLSTR) {
const std::string patched_n64 = std::string(patched_rom);