Add PSP support
This commit is contained in:
parent
f227d45db9
commit
47dac69dc7
37 changed files with 3792 additions and 1 deletions
|
@ -63,6 +63,9 @@ static const SDL_RenderDriver *render_drivers[] = {
|
|||
#endif
|
||||
#if SDL_VIDEO_RENDER_NDS
|
||||
&NDS_RenderDriver,
|
||||
#endif
|
||||
#if SDL_VIDEO_RENDER_PSP
|
||||
&PSP_RenderDriver,
|
||||
#endif
|
||||
&SW_RenderDriver
|
||||
#endif /* !SDL_RENDER_DISABLED */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue