mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 02:33:59 +08:00
debug
This commit is contained in:
@@ -634,7 +634,7 @@ static void *task_do_update(void *data)
|
||||
real_device = this->hidden->realfb_info->real_device;
|
||||
|
||||
if (real_device->WaitVBlank) {
|
||||
real_device->WaitVBlank(this);
|
||||
real_device->WaitVBlank(real_device);
|
||||
}
|
||||
else {
|
||||
usleep(this->hidden->update_interval * 1000);
|
||||
|
||||
Reference in New Issue
Block a user