that's not what that word means
This commit is contained in:
parent
2ff0444854
commit
1b311837d4
|
@ -11,7 +11,7 @@ pub struct RetroComponentBase {
|
||||||
retro: LibretroWrapper,
|
retro: LibretroWrapper,
|
||||||
libretro_path: PathBuf,
|
libretro_path: PathBuf,
|
||||||
|
|
||||||
// TODO: control when things get added to this with lifetime constraints defined by implementers
|
// TODO: control when things get added to this with lifecycle constraints defined by implementers
|
||||||
components: Vec<Pin<Box<dyn RetroComponent>>>,
|
components: Vec<Pin<Box<dyn RetroComponent>>>,
|
||||||
component_ptrs: HashMap<TypeId, *mut ()>,
|
component_ptrs: HashMap<TypeId, *mut ()>,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue