mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
bootmanager: Add a check whether loading is complete
This commit is contained in:
parent
a367dc5be0
commit
790a9e47eb
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue