mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
disable audio threading until it seems stable
This commit is contained in:
parent
c63e28c28c
commit
50b727b41b
1 changed files with 11 additions and 11 deletions
|
|
@ -466,7 +466,7 @@ int main(int argc, char *argv[]) {
|
|||
if (!audio_api) { audio_api = &audio_null; }
|
||||
|
||||
// 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
|
||||
loading_screen_reset();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue