[client] egl: add debug prints for renderStartup errors

This commit is contained in:
Quantum
2021-08-13 22:04:54 -04:00
committed by Geoffrey McRae
parent f66486b0c7
commit 5f3bd778c0
2 changed files with 7 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ static int renderThread(void * unused)
{
if (!RENDERER(renderStartup, g_state.useDMA))
{
DEBUG_ERROR("EGL render failed to start");
g_state.state = APP_STATE_SHUTDOWN;
/* unblock threads waiting on the condition */