mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
Silence unused variable warning
This commit is contained in:
parent
3a4963b474
commit
a9ceed79fa
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user