mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 01:58:00 +00:00
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
This commit is contained in:
parent
e88a0206f1
commit
ee188dbdc6
3 changed files with 23 additions and 16 deletions
|
@ -450,7 +450,7 @@ static const char* GetType(GLenum type) {
|
|||
#undef RET
|
||||
}
|
||||
|
||||
static void DebugHandler(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length,
|
||||
static void APIENTRY DebugHandler(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length,
|
||||
const GLchar* message, const void* user_param) {
|
||||
Log::Level level;
|
||||
switch (severity) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue