mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 16:35:13 +00:00
gl: Fixes for asahi linux
This commit is contained in:
parent
7884bcc21d
commit
f64c912d02
9 changed files with 43 additions and 6 deletions
|
|
@ -11,9 +11,11 @@ gl_gs_frame::gl_gs_frame(QScreen* screen, const QRect& geometry, const QIcon& ap
|
|||
{
|
||||
setSurfaceType(QSurface::OpenGLSurface);
|
||||
|
||||
m_format.setRenderableType(QSurfaceFormat::OpenGL);
|
||||
m_format.setMajorVersion(4);
|
||||
m_format.setMinorVersion(3);
|
||||
m_format.setProfile(QSurfaceFormat::CoreProfile);
|
||||
m_format.setAlphaBufferSize(0);
|
||||
m_format.setDepthBufferSize(0);
|
||||
m_format.setSwapBehavior(QSurfaceFormat::SwapBehavior::DoubleBuffer);
|
||||
if (g_cfg.video.debug_output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue