mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Qt: gs_frame position updates
This commit is contained in:
parent
5a3c218239
commit
e557c962fb
8 changed files with 42 additions and 39 deletions
|
|
@ -5,8 +5,8 @@
|
|||
#include <QOpenGLContext>
|
||||
#include <QOffscreenSurface>
|
||||
|
||||
gl_gs_frame::gl_gs_frame(const QRect& geometry, const QIcon& appIcon, const std::shared_ptr<gui_settings>& gui_settings)
|
||||
: gs_frame(geometry, appIcon, gui_settings)
|
||||
gl_gs_frame::gl_gs_frame(QScreen* screen, const QRect& geometry, const QIcon& appIcon, const std::shared_ptr<gui_settings>& gui_settings)
|
||||
: gs_frame(screen, geometry, appIcon, gui_settings)
|
||||
{
|
||||
setSurfaceType(QSurface::OpenGLSurface);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue