Skip to content

Commit 694c8d0

Browse files
committed
Harmony port: video drv fix
1 parent ffff5db commit 694c8d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/video/SDL_video.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ static VideoBootStrap *bootstrap[] = {
148148
#endif
149149
#ifdef SDL_VIDEO_DRIVER_OPENVR
150150
&OPENVR_bootstrap,
151+
#endif
152+
#ifdef SDL_VIDEO_DRIVER_OHOS
153+
&OHOS_bootstrap,
151154
#endif
152155
NULL
153156
};

0 commit comments

Comments
 (0)