CSPspEmu.Runner.PspRunner.IInjectInitialize C# (CSharp) Méthode

IInjectInitialize() protected méthode

protected IInjectInitialize ( ) : void
Résultat void
        void IInjectInitialize.Initialize()
        {
            RunnableComponentList.Add(CpuComponentThread);
            RunnableComponentList.Add(GpuComponentThread);
            RunnableComponentList.Add(AudioComponentThread);
            RunnableComponentList.Add(DisplayComponentThread);
        }