Consistency with software version

This commit is contained in:
theoddone33
2002-05-28 04:18:45 +00:00
parent c127598042
commit 673a298283

View File

@@ -78,7 +78,7 @@ int gl_start(int width, int height, int req_depth, int FullScreen)
FullScreen ? SDL_WM_GrabInput(SDL_GRAB_ON) : FullScreen ? SDL_WM_GrabInput(SDL_GRAB_ON) :
SDL_WM_GrabInput(SDL_GRAB_OFF); SDL_WM_GrabInput(SDL_GRAB_OFF);
SDL_WM_SetCaption("ZSNES-GL Linux", "ZSNES"); SDL_WM_SetCaption("ZSNES", "ZSNES");
SDL_ShowCursor(0); SDL_ShowCursor(0);
/* Setup some GL stuff */ /* Setup some GL stuff */