add sdlrender pref for BII/Windows

(cherry picked from commit 6d9018f5f401b13f1dea02a9368f201f49e66dbd)
This commit is contained in:
rakslice 2020-11-17 04:41:32 -08:00
parent d547db0648
commit 0df082d4e1
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,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
};