Browse Source
Viewport scaling and display density independence
Viewport scaling and display density independence
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.pull/15/merge
committed by
Tony Wasserka
7 changed files with 89 additions and 4 deletions
-
5src/citra/emu_window/emu_window_glfw.cpp
-
5src/citra/emu_window/emu_window_glfw.h
-
24src/citra_qt/bootmanager.cpp
-
1src/citra_qt/bootmanager.hxx
-
7src/common/emu_window.h
-
36src/video_core/renderer_opengl/renderer_opengl.cpp
-
15src/video_core/renderer_opengl/renderer_opengl.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue