Lioncash 2da8d98b2f
HiresTextures: Use std::minmax or std::minmax_element where applicable in GenBaseName()
Minimizes repetition.

std::minmax_element can be used for the 256 * 2 case, as it's only performing byte comparisons
and thus, there will always be an element smaller than 0xffff, so it doesn't need to be included
in the set of compared values.
2018-03-27 15:39:05 -04:00
..
2017-05-26 00:53:58 -07:00
2016-01-17 20:11:45 -05:00
2018-03-14 22:03:12 -04:00
2017-03-26 23:08:33 -04:00
2017-06-15 21:34:04 +02:00
2017-08-22 16:40:34 +02:00
2017-11-17 19:47:56 -06:00
2018-03-26 01:57:41 +10:00
2016-01-17 20:11:45 -05:00