diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 4382a2f6fd..28851e1e09 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2014,7 +2014,9 @@ static void xmb_draw_bg( menu_display_ctx_draw_t draw; settings_t *settings = config_get_ptr(); +#if 0 RARCH_LOG("DRAW BG %d %d \n",width,height); +#endif bool running = menu_display_libretro_running();