Set -aspectSize

This commit is contained in:
clobber
2018-09-20 10:57:27 -05:00
parent 0a92d0e120
commit 5ad07bfca1
+5
View File
@@ -499,6 +499,11 @@ OdysseyGameCore *current;
#pragma mark Video
- (OEIntSize)aspectSize
{
return OEIntSizeMake(EMUWIDTH, EMUHEIGHT);
}
- (OEIntRect)screenRect
{
return OEIntRectMake(0, 0, EMUWIDTH, EMUHEIGHT);