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-06-26 00:03:59 +10:00
2016-06-26 00:03:59 +10:00
2016-12-02 21:26:18 -08:00
2016-06-26 00:03:59 +10:00
2016-06-24 10:43:46 +02:00
2016-06-24 10:43:46 +02:00
2016-10-29 15:24:02 +02:00
2016-06-26 00:03:59 +10:00
2016-06-24 10:43:46 +02:00
2016-06-24 10:43:46 +02:00