dolphin/Source/Core
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
..
AudioCommon AudioCommon/CMakelists: Migrate off add_dolphin_library 2018-03-22 22:07:11 -04:00
Common Merge pull request #6508 from lioncash/cmake-common 2018-03-24 09:08:20 +01:00
Core Interpreter_LoadStore: Amend variable naming 2018-03-26 07:47:50 -04:00
DiscIO DiscIO/CMakeLists: Migrate off add_dolphin_library 2018-03-24 13:54:06 -04:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
DolphinWX Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
InputCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
UICommon AutoUpdater: Generate basic HTML changelog. 2018-03-23 11:10:25 +01:00
Updater Updater: Increase request timeout to 30s 2018-03-23 22:25:38 +01:00
VideoBackends Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
VideoCommon HiresTextures: Use std::minmax or std::minmax_element where applicable in GenBaseName() 2018-03-27 15:39:05 -04:00
CMakeLists.txt