diff options
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 |