Finish dummy driver

This commit is contained in:
Daniel Santos
2022-06-30 12:57:37 -03:00
committed by Sam Lantinga
parent 2660449c6c
commit 147a71b976
13 changed files with 28 additions and 30 deletions

View File

@@ -574,4 +574,4 @@ SDLgfx_rotateSurface(SDL_Surface * src, double angle, int smooth, int flipx, int
return rz_dst;
}
#endif /* SDL_VIDEO_RENDER_SW && !SDL_RENDER_DISABLED */
#endif /* SDL_VIDEO_RENDER_PS2 && !SDL_RENDER_DISABLED */