X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fplat_sdl.c;h=8ea266fed8b95b003f4a38e4b22029723a8f6f74;hb=fc11dd059b5c7369a51ddcca532505b588bd0030;hp=d8935ac834ec2e3e52a2ece5f89be35d778a28d9;hpb=90f0dedf83b5eac80fc6b7aeed36c3429ce752f4;p=picodrive.git diff --git a/platform/common/plat_sdl.c b/platform/common/plat_sdl.c index d8935ac..8ea266f 100644 --- a/platform/common/plat_sdl.c +++ b/platform/common/plat_sdl.c @@ -217,7 +217,7 @@ void plat_init(void) plat_sdl_quit_cb = plat_sdl_quit; - SDL_WM_SetCaption("PicoDrive" VERSION, NULL); + SDL_WM_SetCaption("PicoDrive " VERSION, NULL); g_menuscreen_w = plat_sdl_screen->w; g_menuscreen_h = plat_sdl_screen->h;