Browse Source
video_core: Remove usages of System::GetInstance() within the engines
video_core: Remove usages of System::GetInstance() within the engines
Avoids the use of the global accessor in favor of explicitly making the system a dependency within the interface.nce_cpp
9 changed files with 49 additions and 23 deletions
-
2src/core/core.cpp
-
7src/video_core/engines/kepler_memory.cpp
-
9src/video_core/engines/kepler_memory.h
-
12src/video_core/engines/maxwell_3d.cpp
-
9src/video_core/engines/maxwell_3d.h
-
8src/video_core/engines/maxwell_dma.cpp
-
10src/video_core/engines/maxwell_dma.h
-
8src/video_core/gpu.cpp
-
7src/video_core/gpu.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue