From 1fc5869ed9d02eed3aaac4c0ef7c92949c8dee17 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Aug 2013 23:23:35 +0300 Subject: add SDL2 renderer logging. --- src/graphics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 2715ceae2..7dafcbc45 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -361,6 +361,10 @@ class Graphics : public gcn::Graphics #ifdef DEBUG_BIND_TEXTURE virtual unsigned int getBinds() const { return 0; } +#endif +#ifdef USE_SDL2 + void dumpRendererInfo(const char *const str, + const SDL_RendererInfo &info); #endif int mWidth; int mHeight; -- cgit v1.2.3-60-g2f50