multihawk: fix missing cfp
This commit is contained in:
parent
b4735502a5
commit
559d029e2c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue