Skip to content

Commit 2f6616d

Browse files
committed
fMSX don’t hardcode aspect ratio
Signed-off-by: Joseph Mattiello <[email protected]>
1 parent 5fa47f6 commit 2f6616d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cores/fmsx/PVfMSXCore/PVfMSXCoreBridge.mm

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ - (CGRect)screenRect {
159159
return CGRectMake(0, 0, 272, 240);
160160
}
161161

162-
- (CGSize)aspectSize {
163-
return CGSizeMake(4, 3);
164-
}
162+
//- (CGSize)aspectSize {
163+
// return CGSizeMake(4, 3);
164+
//}
165165

166166
- (CGSize)bufferSize {
167167
return CGSizeMake(272, 240);

0 commit comments

Comments
 (0)