Browse Source
Like with CPU emulation, we generally don't want to fire off the threads immediately after the relevant classes are initialized, we want to do this after all necessary data is done loading first. This splits the thread creation into its own interface member function to allow controlling when these threads in particular get created.pull/15/merge
10 changed files with 51 additions and 25 deletions
Loading…
Reference in new issue