diff options
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: | |||
| 130 | /// Notify rasterizer that any caches of the specified region should be flushed and invalidated | 130 | /// Notify rasterizer that any caches of the specified region should be flushed and invalidated |
| 131 | void FlushAndInvalidateRegion(VAddr addr, u64 size); | 131 | void FlushAndInvalidateRegion(VAddr addr, u64 size); |
| 132 | 132 | ||
| 133 | // Stops the GPU execution and waits for the GPU to finish working | ||
| 134 | void ShutDown(); | ||
| 135 | |||
| 136 | void OnCommandListEnd(); | 133 | void OnCommandListEnd(); |
| 137 | 134 | ||
| 138 | private: | 135 | private: |