Fix GBHawk settings dialog not appearing

fixes 9a87a0f58
This commit is contained in:
YoshiRulz 2021-11-03 13:54:01 +10:00
parent f5940e12e2
commit 274a137de4
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 4 additions and 0 deletions

View File

@ -1573,6 +1573,10 @@ namespace BizHawk.Client.EmuHawk
{
GBPrefs.DoGBPrefsDialog(this, Config, Game, MovieSession, gb);
}
else
{
GenericCoreConfig.DoDialog(this, "Gameboy Settings");
}
}
private void GbGpuViewerMenuItem_Click(object sender, EventArgs e)