Renamed AUDIODRIVER and VIDEODRIVER hint/env to AUDIO_DRIVER and VIDEO_DRIVER

This commit is contained in:
Sylvain
2022-12-08 10:40:01 +01:00
committed by Ryan C. Gordon
parent 7ca0d15d64
commit c265fb74b0
9 changed files with 15 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
SDL_Log("%i: %s", i, SDL_GetAudioDriver(i));
}
SDL_Log("Select a driver with the SDL_AUDIODRIVER environment variable.\n");
SDL_Log("Select a driver with the SDL_AUDIO_DRIVER environment variable.\n");
SDL_Log("Using audio driver: %s\n", SDL_GetCurrentAudioDriver());
#ifdef __EMSCRIPTEN__