mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-06 05:17:48 +00:00
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_RENDER_PSP
This commit is contained in:
@@ -110,7 +110,7 @@ static const SDL_RenderDriver *render_drivers[] = {
|
||||
#ifdef SDL_VIDEO_RENDER_PS2
|
||||
&PS2_RenderDriver,
|
||||
#endif
|
||||
#if SDL_VIDEO_RENDER_PSP
|
||||
#ifdef SDL_VIDEO_RENDER_PSP
|
||||
&PSP_RenderDriver,
|
||||
#endif
|
||||
#if SDL_VIDEO_RENDER_VITA_GXM
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#if SDL_VIDEO_RENDER_PSP
|
||||
#ifdef SDL_VIDEO_RENDER_PSP
|
||||
|
||||
#include "../SDL_sysrender.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user