mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 07:42:41 +00:00
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user