Harmony port: video drv fix

This commit is contained in:
Jack253-png 2025-05-31 20:31:23 +08:00
parent dc28e96952
commit 2570e9ac56
No known key found for this signature in database
GPG key ID: 51EA61206B02D886

View file

@ -148,6 +148,9 @@ static VideoBootStrap *bootstrap[] = {
#endif
#ifdef SDL_VIDEO_DRIVER_OPENVR
&OPENVR_bootstrap,
#endif
#ifdef SDL_VIDEO_DRIVER_OHOS
&OHOS_bootstrap,
#endif
NULL
};