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
..
2016-11-27 22:38:38 +01:00
2016-11-29 18:34:22 +01:00
2016-12-01 06:55:15 +09:00
2016-10-31 12:39:27 +01:00
2016-12-02 21:26:18 -08:00
2016-12-01 21:09:44 -05:00
2016-12-01 00:29:56 -06:00
2016-10-07 23:46:41 +02:00
2016-12-02 17:37:10 +10:00
2016-11-28 21:54:54 +10:00
2016-01-05 19:42:02 -06:00