Skip to content

Commit

Permalink
Oops, fix an important typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Mar 5, 2015
1 parent d78b9a8 commit c991dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/HLE/sceDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ static void DisplayWaitForVblanks(const char *reason, int vblanks, bool callback
}

vblankWaitingThreads.push_back(WaitVBlankInfo(__KernelGetCurThread(), vblanks));
__KernelWaitCurThread(WAITTYPE_VBLANK, 1, 0, 0, false, reason);
__KernelWaitCurThread(WAITTYPE_VBLANK, 1, 0, 0, callbacks, reason);
}

static void DisplayWaitForVblanksCB(const char *reason, int vblanks) {
Expand Down

0 comments on commit c991dd7

Please sign in to comment.