Harmony port: entrypoint

This commit is contained in:
Jack253-png 2025-06-01 09:22:44 +08:00
parent d031a499f0
commit 04e80426fb
No known key found for this signature in database
GPG Key ID: 51EA61206B02D886
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ static SDL_VideoDevice *OHOS_CreateDevice(void)
return NULL;
}
device->num_displays = 1;
device->internal = data;
device->free = OHOS_DeviceFree;