Skip to content

Commit

Permalink
Merge pull request EasyRPG#1158 from Rinnegatamante/patch-1
Browse files Browse the repository at this point in the history
Removed useless delay thread call in renderer thd.
  • Loading branch information
carstene1ns committed May 7, 2017
2 parents 3c7516b + 5704f06 commit 817a197
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/psp2_ui.cpp
Expand Up @@ -116,8 +116,6 @@ static int renderThread(unsigned int args, void* arg){
vita2d_wait_rendering_done();
vita2d_swap_buffers();
sceKernelSignalSema(GPU_Cleanup_Mutex, 1);

sceKernelDelayThread(1000);

}

Expand Down

0 comments on commit 817a197

Please sign in to comment.