SheepShaver: added --sdlrender option, when on Unix

This commit is contained in:
David Ludwig 2017-09-10 15:19:50 +00:00
parent 1b08f2e9d3
commit 449936e461
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ prefs_desc platform_prefs_items[] = {
{"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"},
#endif
{"idlewait", TYPE_BOOLEAN, false, "sleep when idle"},
#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
};