mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 09:25:42 +00:00
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_RENDER_PSP
This commit is contained in:
parent
626e62a1b4
commit
6bf9119fd8
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue