mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 10:51:06 +00:00
Remove dummy flag
This commit is contained in:
parent
b425036808
commit
c5a09ca7a9
|
@ -115,7 +115,7 @@ static const SDL_RenderDriver *render_drivers[] = {
|
|||
#if SDL_VIDEO_RENDER_DIRECTFB
|
||||
&DirectFB_RenderDriver,
|
||||
#endif
|
||||
#if SDL_VIDEO_RENDER_PS2 && !SDL_RENDER_DISABLED
|
||||
#if SDL_VIDEO_RENDER_PS2
|
||||
&PS2_RenderDriver,
|
||||
#endif
|
||||
#if SDL_VIDEO_RENDER_PSP
|
||||
|
|
Loading…
Reference in a new issue