* started removing nall-specific components from the fast PPU renderer
* corrected compilation issues with Super Game Boy support
This commit is contained in:
byuu
2019-07-19 00:44:09 +09:00
parent 14d87f6bf3
commit 0623d6ac2b
15 changed files with 345 additions and 346 deletions

View File

@@ -162,7 +162,7 @@ private:
}
-(void) reshape {
video->output();
video->output(0, 0);
}
@end