vst not working was dumb mistake lolllll
This commit is contained in:
parent
43d88de1f2
commit
f1e093a8a0
|
@ -62,7 +62,9 @@ impl<ColourFormat: From<Colour> + Clone> EmulatorCore<ColourFormat> {
|
|||
output: AudioOutput,
|
||||
tile_window: Option<Box<dyn Renderer<ColourFormat>>>,
|
||||
) -> Self {
|
||||
VERBOSE.set(options.verbose).unwrap();
|
||||
if options.verbose {
|
||||
VERBOSE.set(true).unwrap();
|
||||
}
|
||||
|
||||
let rom = match options.rom {
|
||||
RomFile::Path(path) => {
|
||||
|
|
Loading…
Reference in a new issue