mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
add sdlrender pref for BII/Windows
(cherry picked from commit 6d9018f5f401b13f1dea02a9368f201f49e66dbd)
This commit is contained in:
parent
d547db0648
commit
0df082d4e1
@ -49,6 +49,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…
Reference in New Issue
Block a user