fix build

This commit is contained in:
CasualPokePlayer 2023-12-31 18:02:49 -08:00
parent d6fdf503b9
commit 8be0111e72
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ namespace BizHawk.Client.EmuHawk
InputManager inputManager,
ToolManager tools,
Func<Config> getConfig,
Action<string> playWavFile,
Action<Stream> playWavFile,
ToolStripItemCollection raDropDownItems,
Action shutdownRACallback)
: base(mainForm, inputManager, tools, getConfig, raDropDownItems, shutdownRACallback)