summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-10-05 23:54:33 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-10-16 00:23:23 +0200
commit198c6ad0d728447dc97e467c8fb08f0b54c8a742 (patch)
tree615ce23c8f97ab60b8a16fa2890a421959cc2427 /src/core/core.h
parentNVHost_Ctrl: Force wait if the gpu falls behind too long. (diff)
downloadyuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar
yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar.gz
yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar.bz2
yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar.lz
yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar.xz
yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.tar.zst
yuzu-198c6ad0d728447dc97e467c8fb08f0b54c8a742.zip
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
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:
/// Shutdown the emulated system.
void Shutdown();
+ void stallForGPU(bool pause);
+
/**
* Load an executable application.
* @param emu_window Reference to the host-system window used for video output and keyboard