bootmanager.cpp: Disabled erroneous format checking for order-sensitive include
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (push) Has been cancelled
citra-build / ios (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled

This commit is contained in:
OpenSauce04 2025-07-23 18:33:19 +01:00
parent 980f8e02e5
commit f7361fdebb

View File

@ -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