shithub: cstory

Download patch

ref: 79886f5ae4a3b4f2665e93c87ca5916248730df2
parent: 1cf5df2d7201171a49c8bfe47e89ef7bd847a3c7
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Jan 20 10:27:05 EST 2020

Add debug prints for listing SDL2 drivers

These list what video/render/audio backends are available, and which
are currently being used.

SDL2 allows you to choose a specific video/audio driver with the
SDL_VIDEODRIVER and SDL_AUDIODRIVER environment variables,
respectively, but there's no such option for the render driver.