disable audio threading until it seems stable

This commit is contained in:
Isaac0-dev 2024-11-28 06:49:34 +10:00
parent c63e28c28c
commit 50b727b41b

View file

@ -466,7 +466,7 @@ int main(int argc, char *argv[]) {
if (!audio_api) { audio_api = &audio_null; } if (!audio_api) { audio_api = &audio_null; }
// Initialize the audio thread if possible. // Initialize the audio thread if possible.
init_thread_handle(&gAudioThread, audio_thread, NULL, NULL, 0); // init_thread_handle(&gAudioThread, audio_thread, NULL, NULL, 0);
#ifdef LOADING_SCREEN_SUPPORTED #ifdef LOADING_SCREEN_SUPPORTED
loading_screen_reset(); loading_screen_reset();