auto stretching tweaks, try to get the lowest possible resolution in case 2x scaling isn't possible

This commit is contained in:
FunkyFr3sh 2018-11-25 15:05:09 +01:00
parent 66ee108198
commit ee23027eda
2 changed files with 80 additions and 13 deletions

View file

@ -4,7 +4,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_BUILD 0
#define VERSION_REVISION 5
#define VERSION_REVISION 6
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
#define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION)