소스 검색

Fixed building Vivante video driver

Sam Lantinga 1 년 전
부모
커밋
fe175d025f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/video/vivante/SDL_vivantevulkan.h

+ 1 - 1
src/video/vivante/SDL_vivantevulkan.h

@@ -35,7 +35,7 @@
 
 int VIVANTE_Vulkan_LoadLibrary(SDL_VideoDevice *_this, const char *path);
 void VIVANTE_Vulkan_UnloadLibrary(SDL_VideoDevice *_this);
-SDL_bool VIVANTE_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,
+char const* const* VIVANTE_Vulkan_GetInstanceExtensions(SDL_VideoDevice *_this,
                                               unsigned *count,
                                               const char **names);
 SDL_bool VIVANTE_Vulkan_CreateSurface(SDL_VideoDevice *_this,