mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
forgot check for SDL1
This commit is contained in:
parent
b44c8c9995
commit
009c1a45b7
@ -282,7 +282,8 @@ static void sdl_ctx_update_title(void *data, video_frame_info_t *video_info)
|
||||
if (sdl && title[0])
|
||||
SDL_SetWindowTitle(sdl->g_win, title);
|
||||
#else
|
||||
SDL_WM_SetCaption(title, NULL);
|
||||
if (title[0])
|
||||
SDL_WM_SetCaption(title, NULL);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user