Browse Source
video_core/gpu: Create threads separately from initialization
video_core/gpu: Create threads separately from initialization
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
-
15src/core/core.cpp
-
5src/video_core/gpu.h
-
6src/video_core/gpu_asynch.cpp
-
5src/video_core/gpu_asynch.h
-
4src/video_core/gpu_synch.cpp
-
1src/video_core/gpu_synch.h
-
17src/video_core/gpu_thread.cpp
-
6src/video_core/gpu_thread.h
-
10src/video_core/video_core.cpp
-
7src/video_core/video_core.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue