diff options
| author | 2021-10-05 23:54:33 +0200 | |
|---|---|---|
| committer | 2021-10-16 00:23:23 +0200 | |
| commit | 198c6ad0d728447dc97e467c8fb08f0b54c8a742 (patch) | |
| tree | 615ce23c8f97ab60b8a16fa2890a421959cc2427 /src/core/core.h | |
| parent | NVHost_Ctrl: Force wait if the gpu falls behind too long. (diff) | |
| download | yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar.gz yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar.xz yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.zip | |
Suspend temporally
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index c1234ef77..8b21816cc 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -160,6 +160,8 @@ public: | |||
| 160 | /// Shutdown the emulated system. | 160 | /// Shutdown the emulated system. |
| 161 | void Shutdown(); | 161 | void Shutdown(); |
| 162 | 162 | ||
| 163 | void stallForGPU(bool pause); | ||
| 164 | |||
| 163 | /** | 165 | /** |
| 164 | * Load an executable application. | 166 | * Load an executable application. |
| 165 | * @param emu_window Reference to the host-system window used for video output and keyboard | 167 | * @param emu_window Reference to the host-system window used for video output and keyboard |