Qt: Add log window

This commit is contained in:
Stenzek
2023-09-30 14:40:50 +10:00
parent 8afccdd590
commit 4ad777f54f
22 changed files with 808 additions and 160 deletions

View File

@@ -5,7 +5,7 @@
#include "common/assert.h"
#include "common/log.h"
#include <dlfcn.h>
Log_SetChannel(GL::ContextAGL);
Log_SetChannel(GL::Context);
namespace GL {
ContextAGL::ContextAGL(const WindowInfo& wi) : Context(wi)