Fix controller reading

This commit is contained in:
David Joslin 2023-11-07 01:46:06 -08:00 committed by Agent X
parent 660be7cd14
commit 362c31fe94
1 changed files with 3 additions and 2 deletions

View File

@ -319,8 +319,6 @@ void *main_game_init(void*) {
bassh_init();
network_player_init();
thread5_game_loop(NULL);
gGameInited = true;
}
@ -345,6 +343,9 @@ int main(int argc, char *argv[]) {
}
pthread_mutex_destroy(&gLoadingThreadMutex);
// initialize sm64 data and controllers
thread5_game_loop(NULL);
// Initialize djui
djui_init();
djui_unicode_init();