Remove SDL_config_psp and references

This commit is contained in:
Francisco Javier Trujillo Mata 2022-02-02 08:18:22 +01:00 committed by Ryan C. Gordon
parent ff5f5d0ef4
commit daea9fa19e
2 changed files with 0 additions and 167 deletions

View file

@ -39,8 +39,6 @@
#include "SDL_config_iphoneos.h"
#elif defined(__ANDROID__)
#include "SDL_config_android.h"
#elif defined(__PSP__)
#include "SDL_config_psp.h"
#elif defined(__OS2__)
#include "SDL_config_os2.h"
#elif defined(__EMSCRIPTEN__)