Try fixing the Emscripten build.

This commit is contained in:
David Reid
2026-02-14 20:55:02 +10:00
parent dbf391611d
commit c8c11615e3
+5 -1
View File
@@ -251,7 +251,11 @@ void resampler_listening_test(void)
ma_device_start(&device);
ma_sleep(100000);
#ifndef __EMSCRIPTEN__
{
ma_sleep(100000);
}
#endif
ma_device_uninit(&device);
ma_waveform_uninit(&callbackData.waveform);