yuzu: Add 16:10 aspect ratio

This commit is contained in:
Narr the Reg 2022-10-10 13:32:09 -05:00
parent 3a5f9409c8
commit eb74ef474b
3 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,7 @@ enum class AspectRatio {
Default,
R4_3,
R21_9,
R16_10,
StretchToWindow,
};