vst: handle result output from init
This commit is contained in:
parent
695bb06757
commit
4f10118a9a
|
@ -324,6 +324,7 @@ impl Plugin for GameboyEmu {
|
|||
.with_show_bootrom(!will_skip_bootrom);
|
||||
|
||||
EmulatorCore::init(false, receiver, options)
|
||||
.expect("couldn't initialize emulator core!")
|
||||
};
|
||||
|
||||
emulator_core.run_until_buffer_full();
|
||||
|
|
Loading…
Reference in a new issue