[client] egl: remove accidental commit

This commit is contained in:
Geoffrey McRae 2021-01-24 19:19:43 +11:00
parent 202739c5be
commit 086f73721d

View File

@ -651,9 +651,9 @@ bool egl_render_startup(void * opaque, SDL_Window * window)
* *
* ref: https://forums.developer.nvidia.com/t/egl-ext-image-dma-buf-import-broken-egl-bad-alloc-with-tons-of-free-ram/165552 * ref: https://forums.developer.nvidia.com/t/egl-ext-image-dma-buf-import-broken-egl-bad-alloc-with-tons-of-free-ram/165552
*/ */
// if (strstr(vendor, "NVIDIA") != NULL) if (strstr(vendor, "NVIDIA") != NULL)
// DEBUG_WARN("NVIDIA driver detected, ignoring broken DMA support"); DEBUG_WARN("NVIDIA driver detected, ignoring broken DMA support");
// else else
this->dmaSupport = true; this->dmaSupport = true;
} }
} }