aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-21 23:47:10 -0800
committerGitHub <noreply@github.com>2020-12-21 23:47:10 -0800
commit29ccc7673fc10dee39880fd7bad0ff264765dd56 (patch)
tree234c2a3fca543e580480ed72e37c1ee9f201aa93 /src/yuzu/bootmanager.h
parent1279c7ce7afd3d1bf2b4e33aa922158acf2cd060 (diff)
parent82fa9f8d56bc285e7bb58fc81b495a55be9ea82c (diff)
Merge pull request #5042 from Morph1984/project-aether
Project Aether: Reimplementation of the Web Browser Applet
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index a6d788d40..ebe5cb965 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -162,6 +162,8 @@ public:
/// Destroy the previous run's child_widget which should also destroy the child_window
void ReleaseRenderTarget();
+ bool IsLoadingComplete() const;
+
void CaptureScreenshot(u32 res_scale, const QString& screenshot_path);
std::pair<u32, u32> ScaleTouch(const QPointF& pos) const;