1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-04-12 10:42:01 +02:00

PSP: Deactivated dynamic API.

Thanks to Bugzilla  for pointing this out.
This commit is contained in:
Philipp Wiesemann 2016-02-13 17:35:38 +01:00
parent 570215b9da
commit 37a5416784

View File

@ -47,6 +47,8 @@
#define SDL_DYNAMIC_API 0
#elif SDL_BUILDING_WINRT /* probaly not useful on WinRT, given current .dll loading restrictions */
#define SDL_DYNAMIC_API 0
#elif __PSP__
#define SDL_DYNAMIC_API 0
#elif defined(__clang_analyzer__)
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
#endif