From afccbe8aa689d716ab64eb766bbb217ef434ec21 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Wed, 14 Sep 2022 19:39:03 -0700 Subject: [PATCH] Fix hang with "Go to Address" dialog in RamSearch resolves #3384, fixes cc4acd9c6496fa895101c3b3fe4de50ac8828154 --- src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs b/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs index 8a67b5c541..d8d60596a0 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Watch/RamSearch.cs @@ -907,8 +907,7 @@ namespace BizHawk.Client.EmuHawk Message = "Enter a hexadecimal value" }; - var result = this.ShowDialogWithTempMute(prompt); - while (result.IsOk()) + while (this.ShowDialogWithTempMute(prompt).IsOk()) { try {