Skip to content

Commit 744487d

Browse files
committed
fix (#36): Properly calculated DAR values
1 parent 3a4fb0a commit 744487d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dist/Cores/agg23.SNES/video.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@
55
{
66
"width": 512,
77
"height": 224,
8-
"aspect_w": 8,
9-
"aspect_h": 7,
8+
"aspect_w": 64,
9+
"aspect_h": 49,
1010
"rotation": 0,
1111
"mirror": 0
1212
},
1313
{
1414
"width": 512,
1515
"height": 224,
16-
"aspect_w": 4,
17-
"aspect_h": 3,
16+
"aspect_w": 32,
17+
"aspect_h": 21,
1818
"rotation": 0,
1919
"mirror": 0
2020
},
2121
{
2222
"width": 512,
2323
"height": 240,
24-
"aspect_w": 8,
25-
"aspect_h": 7,
24+
"aspect_w": 128,
25+
"aspect_h": 105,
2626
"rotation": 0,
2727
"mirror": 0
2828
},
2929
{
3030
"width": 512,
3131
"height": 240,
32-
"aspect_w": 4,
33-
"aspect_h": 3,
32+
"aspect_w": 64,
33+
"aspect_h": 45,
3434
"rotation": 0,
3535
"mirror": 0
3636
}

0 commit comments

Comments
 (0)