video: lowercase some video backend names.

This commit is contained in:
Ryan C. Gordon
2024-01-25 15:22:57 -05:00
parent 02f59f3ae6
commit b8081e8e35
7 changed files with 8 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ static SDL_VideoDevice *RPI_Create()
}
VideoBootStrap RPI_bootstrap = {
"RPI",
"rpi",
"RPI Video Driver",
RPI_Create,
NULL /* no ShowMessageBox implementation */