mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01:00
bootmanager.cpp: Disabled erroneous format checking for order-sensitive include
This commit is contained in:
parent
980f8e02e5
commit
f7361fdebb
@ -28,7 +28,9 @@
|
||||
#include "video_core/renderer_software/renderer_software.h"
|
||||
|
||||
#ifdef ENABLE_OPENGL
|
||||
#include <glad/glad.h>
|
||||
// clang-format off
|
||||
#include <glad/glad.h> // Must be included first
|
||||
// clang-format on
|
||||
#include <QOffscreenSurface>
|
||||
#include <QOpenGLContext>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user