1
Newbie Coding / Re: Change order of resolutions list
« on: September 13, 2009, 09:53:50 pm »
Well, here is the patch. It modifies both cl_main.c and cl_video.c, sorting the resolutions first by vertical, then by horizontal resolution, and keeping the old selection values to maintain compatibility with old configurations.
To add new resolutions, just add them in the right position and set the index value to the inmediately next free (23 in this case).
To add new resolutions, just add them in the right position and set the index value to the inmediately next free (23 in this case).