diff options
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 29a867863..a8e98e51b 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -389,6 +389,8 @@ private: | |||
| 389 | std::unique_ptr<Engines::KeplerMemory> kepler_memory; | 389 | std::unique_ptr<Engines::KeplerMemory> kepler_memory; |
| 390 | /// Shader build notifier | 390 | /// Shader build notifier |
| 391 | std::unique_ptr<VideoCore::ShaderNotify> shader_notify; | 391 | std::unique_ptr<VideoCore::ShaderNotify> shader_notify; |
| 392 | /// When true, we are about to shut down emulation session, so terminate outstanding tasks | ||
| 393 | std::atomic_bool shutting_down{}; | ||
| 392 | 394 | ||
| 393 | std::array<std::atomic<u32>, Service::Nvidia::MaxSyncPoints> syncpoints{}; | 395 | std::array<std::atomic<u32>, Service::Nvidia::MaxSyncPoints> syncpoints{}; |
| 394 | 396 | ||