spooky does not need to be pub
This commit is contained in:
parent
5de448917a
commit
db394d663a
|
@ -85,7 +85,7 @@ where
|
|||
pub(crate) bootrom: Option<RomFile>,
|
||||
pub(crate) serial_target: SerialTarget,
|
||||
pub(crate) verbose: bool,
|
||||
pub(crate) spooky: PhantomData<ColourFormat>,
|
||||
spooky: PhantomData<ColourFormat>,
|
||||
}
|
||||
|
||||
impl<ColourFormat, R> EmulatorOptions<ColourFormat, R>
|
||||
|
|
Loading…
Reference in a new issue