Custom Game Resolutions

Is it possible to save a list of game resolutions to test at a later time? Kind of like adding a new device to the simulated resolution list.

Yes, I believe someone made a tool for that that let you use DefOS to swap to a bunch of resolutions quickly. Still, you can make your own UI for that easy as well.

Another option is to build an HTML5 build and use the builtin chrome tools for different resolutions. You can save all of the ones you want to test there.

3 Likes

Thanks, I was hoping it was a option somewhere since it looked like it was as simple as adding an entry to the table in the debug script. Though building through html is a lot simpler.