libnx: disable mesa errors to improve perf

This commit is contained in:
natinusala 2019-02-21 19:01:37 +01:00
parent 4d86030cc2
commit a98cb75549

View File

@ -82,9 +82,10 @@ static void *switch_ctx_init(video_frame_info_t *video_info, void *video_driver)
nx_ctx_ptr = ctx_nx;
#if 0
/* Comment below to enable error checking */
setenv("MESA_NO_ERROR", "1", 1);
#if 0
/* Uncomment below to enable Mesa logging: */
setenv("EGL_LOG_LEVEL", "debug", 1);
setenv("MESA_VERBOSE", "all", 1);