There was an error fetching the commit references. Please try again later.
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.
Showing
- src/citra/emu_window/emu_window_glfw.cpp 5 additions, 0 deletionssrc/citra/emu_window/emu_window_glfw.cpp
- src/citra/emu_window/emu_window_glfw.h 4 additions, 1 deletionsrc/citra/emu_window/emu_window_glfw.h
- src/citra_qt/bootmanager.cpp 24 additions, 0 deletionssrc/citra_qt/bootmanager.cpp
- src/citra_qt/bootmanager.hxx 1 addition, 0 deletionssrc/citra_qt/bootmanager.hxx
- src/common/emu_window.h 5 additions, 2 deletionssrc/common/emu_window.h
- src/video_core/renderer_opengl/renderer_opengl.cpp 35 additions, 1 deletionsrc/video_core/renderer_opengl/renderer_opengl.cpp
- src/video_core/renderer_opengl/renderer_opengl.h 15 additions, 0 deletionssrc/video_core/renderer_opengl/renderer_opengl.h
Please register or sign in to comment