Skip to content

Commit

Permalink
fMSX don’t hardcode aspect ratio
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 31, 2024
1 parent bea464d commit 9c0bff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ - (CGRect)screenRect {
return CGRectMake(0, 0, 272, 240);
}

- (CGSize)aspectSize {
return CGSizeMake(4, 3);
}
//- (CGSize)aspectSize {
// return CGSizeMake(4, 3);
//}

- (CGSize)bufferSize {
return CGSizeMake(272, 240);
Expand Down

0 comments on commit 9c0bff5

Please sign in to comment.