f798bcd5c0
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) ``` |
||
---|---|---|
.. | ||
FilesystemWidget.cpp | ||
FilesystemWidget.h | ||
InfoWidget.cpp | ||
InfoWidget.h | ||
PathDialog.cpp | ||
PathDialog.h | ||
PropertiesDialog.cpp | ||
PropertiesDialog.h | ||
SettingsWindow.cpp | ||
SettingsWindow.h |