Silence unused variable warning

This commit is contained in:
Twinaphex 2017-01-24 14:15:36 +01:00
parent 3a4963b474
commit a9ceed79fa

View File

@ -105,6 +105,10 @@ static void task_screenshot_handler(retro_task_t *task)
free(state);
return;
}
#ifdef HAVE_RBMP
(void)bmp_type;
#endif
#if defined(_XBOX1)
if (XGWriteSurfaceToFile(state->surf, state->filename) == S_OK)