CSPspEmu.Runner.PspRunner.IInjectInitialize C# (CSharp) 메소드

IInjectInitialize() 보호된 메소드

protected IInjectInitialize ( ) : void
리턴 void
        void IInjectInitialize.Initialize()
        {
            RunnableComponentList.Add(CpuComponentThread);
            RunnableComponentList.Add(GpuComponentThread);
            RunnableComponentList.Add(AudioComponentThread);
            RunnableComponentList.Add(DisplayComponentThread);
        }