mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-11 22:38:38 +00:00
Allow running tests with the dummy video driver
This commit is contained in:
@@ -134,6 +134,7 @@ int SDLTest_CommonArg(SDLTest_CommonState *state, int index)
|
||||
return -1;
|
||||
}
|
||||
state->videodriver = argv[index];
|
||||
SDL_SetHint(SDL_HINT_VIDEODRIVER, state->videodriver);
|
||||
return 2;
|
||||
}
|
||||
if (SDL_strcasecmp(argv[index], "--renderer") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user