Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    core/core: Move process execution start to System's Load() · 612e1388
    Lioncash authored
    This gives us significantly more control over where in the
    initialization process we start execution of the main process.
    
    Previously we were running the main process before the CPU or GPU
    threads were initialized (not good). This amends execution to start
    after all of our threads are properly set up.
    612e1388