Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    core/core: Move main process creation into Load() · a4b0a855
    Lioncash authored
    Now that we have dependencies on the initialization order, we can move
    the creation of the main process to a more sensible area: where we
    actually load in the executable data.
    
    This allows localizing the creation and loading of the process in one
    location, making the initialization of the process much nicer to trace.
    a4b0a855