dolphin/Source/Core
Michael Maltese f798bcd5c0 DolphinQt2: InfoWidget: explicit type for std::min
Avoids errors on macOS:

```
Source/Core/DolphinQt2/Config/InfoWidget.cpp:190:21: error: no matching function for call to 'min'
    u64 read_size = std::min(file_data.size(), game_size - read_offset);
                    ^~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:2589:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('unsigned long' vs. 'unsigned long long')
min(const _Tp& __a, const _Tp& __b)

```
2016-12-02 21:26:18 -08:00
..
AudioCommon Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
Common Merge pull request #4472 from JosJuice/revert-absolute-path 2016-11-29 18:34:22 +01:00
Core Wii IPC HLE: do not clobber memory when launching a new title 2016-12-01 06:55:15 +09:00
DiscIO Merge pull request #4401 from JosJuice/rename-getuniqueid 2016-10-31 12:39:27 +01:00
DolphinQt2 DolphinQt2: InfoWidget: explicit type for std::min 2016-12-02 21:26:18 -08:00
DolphinWX Merge pull request #4450 from PEmu1/fifo-player-capitalization 2016-12-01 21:09:44 -05:00
InputCommon Merge pull request #4362 from ligfx/osxhotplug 2016-12-01 00:29:56 -06:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Vulkan: Fix assertion triggering when geometry shaders are unsupported 2016-12-02 17:37:10 +10:00
VideoCommon VideoCommon: Add method for calculating full-scale framedump rectangles 2016-11-28 21:54:54 +10:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00