summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-02-16 03:57:45 +0100
committergerman77 <juangerman-13@hotmail.com>2023-02-16 03:57:45 +0100
commit57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef (patch)
tree249c87a0d46415e12747b195c69bde632604a129 /src/yuzu/bootmanager.h
parentMerge pull request #9796 from liamwhite/current (diff)
downloadyuzu-57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef.tar
yuzu-57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef.tar.gz
yuzu-57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef.tar.bz2
yuzu-57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef.tar.lz
yuzu-57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef.tar.xz
yuzu-57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef.tar.zst
yuzu-57aaf00a0c7db0c5a98f6609afdc1dbaf41c32ef.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/bootmanager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index 092c6206f..627e19f42 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -184,8 +184,6 @@ public:
void CaptureScreenshot(const QString& screenshot_path);
- std::pair<u32, u32> ScaleTouch(const QPointF& pos) const;
-
/**
* Instructs the window to re-launch the application using the specified program_index.
* @param program_index Specifies the index within the application of the program to launch.