mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Harmony port: video drv fix
This commit is contained in:
parent
dc28e96952
commit
2570e9ac56
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue