SDL/src/dynapi
Ryan C. Gordon 17322e2be6
dynapi: Optionally log every call into the SDL API.
This will only log things going through dynapi, which means it won't
do anything if dynapi is disabled for a given build, but also things
that call the `*_REAL` version of an API won't log either (which is
to say, if an internal piece of SDL calls a public API, it won't log
it, but if an application calls that same entry point, it will).

Since this just inserts a different function pointer, unless you
explicitly request this at runtime, it won't add any overhead, and,
of course, the entire thing can be turned off with a single #define
so it doesn't even add extra unused code to the shared library if
the kill switch is flipped.
2022-10-10 13:17:07 -04:00
..
SDL2.exports SDL_ResetHint() no longer clears the callbacks associated with a hint 2022-10-02 17:17:31 -07:00
SDL_dynapi.c dynapi: Optionally log every call into the SDL API. 2022-10-10 13:17:07 -04:00
SDL_dynapi.h N3DS port (squashed) 2022-10-10 08:50:59 -07:00
SDL_dynapi_overrides.h SDL_ResetHint() no longer clears the callbacks associated with a hint 2022-10-02 17:17:31 -07:00
SDL_dynapi_procs.h SDL_ResetHint() no longer clears the callbacks associated with a hint 2022-10-02 17:17:31 -07:00
gendynapi.pl Remove the '_' prefix from symbol names in Windows OpenWatcom builds 2022-05-19 20:11:10 +03:00