mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 18:45:48 +00:00
fix msaa
blitting between msaa fbos may not scale. So we need to resolve the efb before swapping.
This commit is contained in:
parent
ef32231431
commit
84debc17d5
2 changed files with 13 additions and 6 deletions
|
@ -60,8 +60,6 @@ bool cInterfaceGLX::Create(void *&window_handle)
|
|||
GLX_GREEN_SIZE, 8,
|
||||
GLX_BLUE_SIZE, 8,
|
||||
GLX_DEPTH_SIZE, 24,
|
||||
GLX_SAMPLE_BUFFERS_ARB, g_Config.iMultisampleMode != MULTISAMPLE_OFF?1:0,
|
||||
GLX_SAMPLES_ARB, g_Config.iMultisampleMode != MULTISAMPLE_OFF?1:0,
|
||||
None };
|
||||
|
||||
int attrListDefault[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue