Cleanup
This commit is contained in:
parent
39d514d16d
commit
5e372636e7
|
@ -146,8 +146,9 @@ void menu_video_frame_background(
|
||||||
|
|
||||||
const char *menu_video_get_ident(void)
|
const char *menu_video_get_ident(void)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
if (settings->video.threaded)
|
if (settings->video.threaded)
|
||||||
return rarch_threaded_video_get_ident();
|
return rarch_threaded_video_get_ident();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue