Skip to content
Snippets Groups Projects
Commit e07d1380 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix bug in last commit (extra parameter)

parent e07b5796
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1549 failed
......@@ -417,7 +417,7 @@ DLLCALL xptone_open_locked(void)
handle_type=SOUND_DEVICE_PULSEAUDIO;
handle_rc++;
pthread_mutex_unlock(&handle_mutex);
xptone(0, 1, WAVE_SHAPE_SQUARE, FALSE);
xptone(0, 1, WAVE_SHAPE_SQUARE);
pthread_mutex_lock(&handle_mutex);
if (pulseaudio_device_open_failed) {
fprintf(stderr, "Pulse broke\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment