diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-01 00:57:02 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-03 00:35:57 -0400 |
| commit | 427bf76e621cf0833bc1bbec7d8be891297223e7 (patch) | |
| tree | 5cc146d21972e1a7c424219482ef3393787afe6a /src/video_core/gpu_thread.h | |
| parent | 8bd5742349007d3faa9d786450a20f31d5db0b94 (diff) | |
gpu: Migrate implementation to the cpp file
Diffstat (limited to 'src/video_core/gpu_thread.h')
| -rw-r--r-- | src/video_core/gpu_thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/gpu_thread.h b/src/video_core/gpu_thread.h index 91bada925..00984188e 100644 --- a/src/video_core/gpu_thread.h +++ b/src/video_core/gpu_thread.h @@ -130,9 +130,6 @@ public: /// Notify rasterizer that any caches of the specified region should be flushed and invalidated void FlushAndInvalidateRegion(VAddr addr, u64 size); - // Stops the GPU execution and waits for the GPU to finish working - void ShutDown(); - void OnCommandListEnd(); private: |
