multihawk: fix missing cfp

This commit is contained in:
nattthebear 2016-03-26 16:38:15 -04:00
parent b4735502a5
commit 559d029e2c
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ namespace BizHawk.Client.MultiHawk
loader.OnLoadSyncSettings += CoreSyncSettings;
var nextComm = new CoreComm(ShowMessageCoreComm, AddMessage);
nextComm.CoreFileProvider = new CoreFileProvider(s => MessageBox.Show(s));
var result = loader.LoadRom(path, nextComm);