mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-16 14:30:34 +00:00
add sdlrender pref in SS windows
(cherry picked from commit bec7de6e8fd4d67993b1e22ad6d3560608671790)
This commit is contained in:
parent
0df082d4e1
commit
cff2024c2e
@ -54,7 +54,9 @@ prefs_desc platform_prefs_items[] = {
|
|||||||
{"tcp_port", TYPE_STRING, false, "TCP ports list"},
|
{"tcp_port", TYPE_STRING, false, "TCP ports list"},
|
||||||
{"portfile0", TYPE_STRING, false, "output file for serial port 0"},
|
{"portfile0", TYPE_STRING, false, "output file for serial port 0"},
|
||||||
{"portfile1", TYPE_STRING, false, "output file for serial port 1"},
|
{"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
|
{NULL, TYPE_END, false, NULL} // End of list
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user