Skip to content

Commit

Permalink
fix (#36): Properly calculated DAR values
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Dec 10, 2022
1 parent 3a4fb0a commit 744487d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dist/Cores/agg23.SNES/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
{
"width": 512,
"height": 224,
"aspect_w": 8,
"aspect_h": 7,
"aspect_w": 64,
"aspect_h": 49,
"rotation": 0,
"mirror": 0
},
{
"width": 512,
"height": 224,
"aspect_w": 4,
"aspect_h": 3,
"aspect_w": 32,
"aspect_h": 21,
"rotation": 0,
"mirror": 0
},
{
"width": 512,
"height": 240,
"aspect_w": 8,
"aspect_h": 7,
"aspect_w": 128,
"aspect_h": 105,
"rotation": 0,
"mirror": 0
},
{
"width": 512,
"height": 240,
"aspect_w": 4,
"aspect_h": 3,
"aspect_w": 64,
"aspect_h": 45,
"rotation": 0,
"mirror": 0
}
Expand Down

0 comments on commit 744487d

Please sign in to comment.