mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix controller reading
This commit is contained in:
parent
660be7cd14
commit
362c31fe94
1 changed files with 3 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue