mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-30 08:50:33 +00:00
Merge pull request #17265 from ahmedmoselhi/patch-1
fix build error: duplicate case value: 'SDL_SYSWM_X11' and 'WINDOWSY…
This commit is contained in:
commit
a8418dc181
@ -112,7 +112,7 @@ bool SDLVulkanGraphicsContext::Init(SDL_Window *&window, int x, int y, int w, in
|
||||
#endif
|
||||
#endif
|
||||
#if defined(VK_USE_PLATFORM_DISPLAY_KHR)
|
||||
case WINDOWSYSTEM_DISPLAY:
|
||||
case SDL_SYSWM_KMSDRM:
|
||||
/*
|
||||
There is no problem passing null for the next two arguments, and reinit will be called later
|
||||
huangzihan china
|
||||
|
Loading…
Reference in New Issue
Block a user