mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 14:25:40 +00:00
video: lowercase some video backend names.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include "SDL_androidvulkan.h"
|
||||
#include "SDL_androidmessagebox.h"
|
||||
|
||||
#define ANDROID_VID_DRIVER_NAME "Android"
|
||||
#define ANDROID_VID_DRIVER_NAME "android"
|
||||
|
||||
/* Initialization/Query functions */
|
||||
static int Android_VideoInit(SDL_VideoDevice *_this);
|
||||
|
||||
@@ -326,7 +326,7 @@ cleanup:
|
||||
}
|
||||
|
||||
VideoBootStrap KMSDRM_bootstrap = {
|
||||
"KMSDRM",
|
||||
"kmsdrm",
|
||||
"KMS/DRM Video Driver",
|
||||
KMSDRM_CreateDevice,
|
||||
NULL /* no ShowMessageBox implementation */
|
||||
|
||||
@@ -111,7 +111,7 @@ static SDL_VideoDevice *PS2_CreateDevice(void)
|
||||
}
|
||||
|
||||
VideoBootStrap PS2_bootstrap = {
|
||||
"PS2",
|
||||
"ps2",
|
||||
"PS2 Video Driver",
|
||||
PS2_CreateDevice,
|
||||
NULL /* no ShowMessageBox implementation */
|
||||
|
||||
@@ -116,7 +116,7 @@ static SDL_VideoDevice *PSP_Create()
|
||||
}
|
||||
|
||||
VideoBootStrap PSP_bootstrap = {
|
||||
"PSP",
|
||||
"psp",
|
||||
"PSP Video Driver",
|
||||
PSP_Create,
|
||||
NULL /* no ShowMessageBox implementation */
|
||||
|
||||
@@ -126,7 +126,7 @@ static SDL_VideoDevice *RPI_Create()
|
||||
}
|
||||
|
||||
VideoBootStrap RPI_bootstrap = {
|
||||
"RPI",
|
||||
"rpi",
|
||||
"RPI Video Driver",
|
||||
RPI_Create,
|
||||
NULL /* no ShowMessageBox implementation */
|
||||
|
||||
@@ -157,7 +157,7 @@ static SDL_VideoDevice *VITA_Create()
|
||||
}
|
||||
|
||||
VideoBootStrap VITA_bootstrap = {
|
||||
"VITA",
|
||||
"vita",
|
||||
"VITA Video Driver",
|
||||
VITA_Create,
|
||||
VITA_ShowMessageBox
|
||||
|
||||
Reference in New Issue
Block a user