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 1f5e43043..7f617d6a7 100644
--- a/src/yuzu/bootmanager.cpp
+++ b/src/yuzu/bootmanager.cpp
@@ -355,7 +355,7 @@ QByteArray GRenderWindow::saveGeometry() {
355} 355}
356 356
357qreal GRenderWindow::windowPixelRatio() const { 357qreal GRenderWindow::windowPixelRatio() const {
358 return devicePixelRatio(); 358 return devicePixelRatioF();
359} 359}
360 360
361std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const { 361std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const {