mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 18:28:35 +12:00
GUI: add custom config indicator (#3108)
* game_list: add custom config indicator * icon resize: get rid of duplicate call (great performance boost) * icon resize: only save on slider release or clicks (performance) refactoring shenanigans * game_list: skip filtered out games in Refresh (performance) * settings_dialog: remove unnecessary show() that caused glitches * gs_frame: add disableMouse setting * fix travis warnings
This commit is contained in:
parent
9a1a7dd531
commit
4dbc546e7b
17 changed files with 154 additions and 83 deletions
|
@ -5,8 +5,8 @@
|
|||
#include <QOpenGLContext>
|
||||
#include <QWindow>
|
||||
|
||||
gl_gs_frame::gl_gs_frame(int w, int h, QIcon appIcon)
|
||||
: gs_frame("OpenGL", w, h, appIcon)
|
||||
gl_gs_frame::gl_gs_frame(int w, int h, QIcon appIcon, bool disableMouse)
|
||||
: gs_frame("OpenGL", w, h, appIcon, disableMouse)
|
||||
{
|
||||
setSurfaceType(QSurface::OpenGLSurface);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue