Skip to content

Commit

Permalink
Revert broken SNES and Sega double buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed Apr 27, 2019
1 parent baa4060 commit 5ae1db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -384,7 +384,7 @@ - (const void *)videoBuffer
}

-(BOOL)isDoubleBuffered {
return YES;
return NO;
}

- (CGRect)screenRect
Expand Down
6 changes: 3 additions & 3 deletions Cores/snes9x/PVSNES/SNES/PVSNESEmulatorCore.mm
Expand Up @@ -801,9 +801,9 @@ - (BOOL)rendersToOpenGL
#endif
}

- (BOOL)isDoubleBuffered {
return YES;
}
//- (BOOL)isDoubleBuffered {
// return YES;
//}

#pragma mark Audio

Expand Down

0 comments on commit 5ae1db7

Please sign in to comment.