Fix missing #if fence

fixes e2d5c5621
This commit is contained in:
YoshiRulz 2021-08-03 02:34:09 +10:00
parent e2d5c5621b
commit ec2baf17af
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -151,7 +151,9 @@ namespace BizHawk.Client.EmuHawk
Console.WriteLine($"requested ext. tool dll {requestedExtToolDll} could not be loaded");
}
#if DEBUG
AddDebugMenu();
#endif
}
static MainForm()