dolphin/Source/Core/DolphinQt2/Config
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
..
FilesystemWidget.cpp GCVolume: supports reading all opening.bnr information 2016-06-26 00:03:59 +10:00
FilesystemWidget.h GCVolume: supports reading all opening.bnr information 2016-06-26 00:03:59 +10:00
InfoWidget.cpp DolphinQt2: InfoWidget: explicit type for std::min 2016-12-02 21:26:18 -08:00
InfoWidget.h GCVolume: supports reading all opening.bnr information 2016-06-26 00:03:59 +10:00
PathDialog.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PathDialog.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PropertiesDialog.cpp DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
PropertiesDialog.h GCVolume: supports reading all opening.bnr information 2016-06-26 00:03:59 +10:00
SettingsWindow.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
SettingsWindow.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00