mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-21 10:47:41 +00:00
kmsdrm: comment out atomic commit fast-debugging printf.
This commit is contained in:
parent
0d16761cbe
commit
3f38009b2f
|
@ -524,7 +524,7 @@ int drm_atomic_commit(_THIS, SDL_bool blocking)
|
||||||
if (ret) {
|
if (ret) {
|
||||||
SDL_SetError("Atomic commit failed, returned %d.", ret);
|
SDL_SetError("Atomic commit failed, returned %d.", ret);
|
||||||
/* Uncomment this for fast-debugging */
|
/* Uncomment this for fast-debugging */
|
||||||
printf("ATOMIC COMMIT FAILED: %d.\n", ret);
|
// printf("ATOMIC COMMIT FAILED: %d.\n", ret);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue