Skip to content

Commit

Permalink
Slodowns and potential freezes issues fix.
Browse files Browse the repository at this point in the history
Slodowns and potential freezes issues fix.
  • Loading branch information
Rinnegatamante committed Sep 7, 2016
1 parent 333cf18 commit 018e917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_module/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ int main_thread(SceSize args, void *argp) {
started = 1;
menu_state = MAIN_MENU;
menu_idx = 0;
}
}else sceKernelDelayThread(1000); // Invoking scheduler to not slowdown games
}
oldpad = pad;
}
Expand Down

0 comments on commit 018e917

Please sign in to comment.