Buffered OSD update.

This commit is contained in:
sorgelig
2019-12-01 21:39:28 +08:00
parent 6f4163b024
commit ea43ef519b
5 changed files with 136 additions and 67 deletions

View File

@@ -87,6 +87,7 @@ int main(int argc, char *argv[])
user_io_poll();
input_poll(0);
HandleUI();
OsdUpdate();
}
#endif
return 0;