summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yuzu/bootmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp
index 696da2137..bfeb16458 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -360,7 +360,7 @@ QByteArray GRenderWindow::saveGeometry() {
360} 360}
361 361
362qreal GRenderWindow::windowPixelRatio() const { 362qreal GRenderWindow::windowPixelRatio() const {
363 return devicePixelRatio(); 363 return devicePixelRatioF();
364} 364}
365 365
366std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const { 366std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const {