Hello,
I’m porting a mobile game on PC, and I would like for players to be able to select “Portrait-like” aspect ratios in windowed mode - like 3:4 or 9:16. I know it’s doable because I had the option some time ago : the drop down list in my built application had several “vertical” resolutions, named with an adjective in parenthesis next to it (“sided”, “rotated” or something like that - I can’t remember which one it was, which make research kinda hard).
I made some evolution, and now those vertical resolutions have disappeared from the list - and I can’t find a way to bring them back.
Does someone have any idea ?
Other alternatives are :
- Disabling the resolution dialog
entirely to manually set the aspect
ratio (very bad) - Have the game only work with
landscape-ish resolutions (look
silly)