Skip to content
Snippets Groups Projects
Commit bc7c48b3 authored by deuce's avatar deuce
Browse files

Do *not* force directx mode. I don't like it.

If you want hardware scaling on Windows in overlay mode, set
SDL_VIDEODRIVER=directx before running it.
parent ce50d4e2
No related branches found
No related tags found
No related merge requests found
......@@ -200,10 +200,6 @@ int console_main(int argc, char *argv[], char **env)
int n;
char *bufp, *appname;
if(getenv("SDL_VIDEODRIVER")==NULL) {
putenv("SDL_VIDEODRIVER=directx");
}
/* Get the class name from argv[0] */
appname = argv[0];
if ( (bufp=strrchr(argv[0], '\\')) != NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment