Skip to content

Commit 5ad07bf

Browse files
committed
Set -aspectSize
1 parent 0a92d0e commit 5ad07bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

OdysseyGameCore.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,11 @@ - (void)resetEmulation
499499

500500
#pragma mark Video
501501

502+
- (OEIntSize)aspectSize
503+
{
504+
return OEIntSizeMake(EMUWIDTH, EMUHEIGHT);
505+
}
506+
502507
- (OEIntRect)screenRect
503508
{
504509
return OEIntRectMake(0, 0, EMUWIDTH, EMUHEIGHT);

0 commit comments

Comments
 (0)