Wii: Adjust framelimiting condition

This commit is contained in:
Jeffrey Pfau 2016-08-24 11:00:34 -07:00
parent d7c0b97fff
commit b17e1af8a9
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ static void _audioDMA(void) {
static void _drawStart(void) {
u32 level = 0;
_CPU_ISR_Disable(level);
if (referenceRetraceCount >= retraceCount) {
if (referenceRetraceCount > retraceCount) {
if (frameLimiter) {
VIDEO_WaitVSync();
}