diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/bootmanager.cpp | 2 |
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 | ||
| 357 | qreal GRenderWindow::windowPixelRatio() const { | 357 | qreal GRenderWindow::windowPixelRatio() const { |
| 358 | return devicePixelRatio(); | 358 | return devicePixelRatioF(); |
| 359 | } | 359 | } |
| 360 | 360 | ||
| 361 | std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const { | 361 | std::pair<u32, u32> GRenderWindow::ScaleTouch(const QPointF& pos) const { |