mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-26 04:39:13 +00:00
GPU: Move the GPU's class constructor and destructors to a cpp file.
This should reduce recompile times when editing the Maxwell3D register structure.
This commit is contained in:
@@ -7,6 +7,7 @@ add_library(video_core STATIC
|
||||
engines/maxwell_3d.h
|
||||
engines/maxwell_compute.cpp
|
||||
engines/maxwell_compute.h
|
||||
gpu.cpp
|
||||
gpu.h
|
||||
memory_manager.cpp
|
||||
memory_manager.h
|
||||
|
||||
Reference in New Issue
Block a user