added "idlewait" support to SDL2 backend

This commit is contained in:
David Ludwig 2017-08-01 18:02:29 -04:00
parent eadd2951b7
commit e0cdbe2a30
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
// Platform-specific preferences items
prefs_desc platform_prefs_items[] = {
{"idlewait", TYPE_BOOLEAN, false, "sleep when idle"},
{NULL, TYPE_END, false} // End of list
};