mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
Sorry about the spam.... Remove the debug changes added to get Valgrind to run.
svn-id: r4026
This commit is contained in:
parent
fcf50ee699
commit
487a84d9a6
2
x11.cpp
2
x11.cpp
@ -382,7 +382,7 @@ bool OSystem_X11::set_sound_proc(void *param, SoundProc *proc, byte format) {
|
||||
thread_param.format = format;
|
||||
|
||||
if (format == SOUND_16BIT)
|
||||
; /* pthread_create(&sound_thread, NULL, sound_and_music_thread, (void *) &thread_param); */
|
||||
pthread_create(&sound_thread, NULL, sound_and_music_thread, (void *) &thread_param);
|
||||
else
|
||||
warning("Only support 16 bit sound for now. Disabling sound ");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user