Date:2011-08-16 02:18:09 (12 years 7 months ago)
Author:Paul Cercueil
Commit:bffef7cfeabd21354eb66eacb894e1ce2b03f622
Message:GMenu2X does not need to init the audio subsystem of SDL.

Files: src/gmenu2x.cpp (1 diff)

Change Details

src/gmenu2x.cpp
360360    setenv("SDL_FBCON_DONT_CLEAR", "1", 0);
361361
362362    //Screen
363    if( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO|SDL_INIT_JOYSTICK)<0 ) {
363    if( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_JOYSTICK)<0 ) {
364364        ERROR("Could not initialize SDL: %s\n", SDL_GetError());
365365        quit();
366366    }

Archive Download the corresponding diff file



interactive