gpu: Move command processing to another thread.

This commit is contained in:
bunnei
2019-01-08 00:23:40 -05:00
parent 208c599463
commit 1690ea9902
6 changed files with 206 additions and 5 deletions
+2
View File
@@ -17,6 +17,8 @@ add_library(video_core STATIC
engines/shader_header.h
gpu.cpp
gpu.h
gpu_thread.cpp
gpu_thread.h
macro_interpreter.cpp
macro_interpreter.h
memory_manager.cpp