mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-02-18 12:34:42 +02:00
GMenu2X does not need to init the audio subsystem of SDL.
This commit is contained in:
parent
e282f8a55d
commit
bffef7cfea
@ -360,7 +360,7 @@ GMenu2X::GMenu2X()
|
|||||||
setenv("SDL_FBCON_DONT_CLEAR", "1", 0);
|
setenv("SDL_FBCON_DONT_CLEAR", "1", 0);
|
||||||
|
|
||||||
//Screen
|
//Screen
|
||||||
if( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO|SDL_INIT_JOYSTICK)<0 ) {
|
if( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_JOYSTICK)<0 ) {
|
||||||
ERROR("Could not initialize SDL: %s\n", SDL_GetError());
|
ERROR("Could not initialize SDL: %s\n", SDL_GetError());
|
||||||
quit();
|
quit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user