add sdlrender pref in SS windows

(cherry picked from commit bec7de6e8fd4d67993b1e22ad6d3560608671790)
This commit is contained in:
rakslice 2020-11-09 13:07:11 -08:00
parent 0df082d4e1
commit cff2024c2e
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ prefs_desc platform_prefs_items[] = {
{"tcp_port", TYPE_STRING, false, "TCP ports list"},
{"portfile0", TYPE_STRING, false, "output file for serial port 0"},
{"portfile1", TYPE_STRING, false, "output file for serial port 1"},
#ifdef USE_SDL_VIDEO
{"sdlrender", TYPE_STRING, false, "SDL_Renderer driver (\"auto\", \"software\" (may be faster), etc.)"},
#endif
{NULL, TYPE_END, false, NULL} // End of list
};