mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
9bd1dae41d
In DSPCore.cpp, there were two `std::fill` uses that could be simplified using `std::fill_n`. Due to their proximity with other `std::fill` algorithms being modernized with ranges, I chose to make these examples into the rare `std::ranges::fill_n`. |
||
---|---|---|
.. | ||
DInput8.h | ||
DInput.cpp | ||
DInput.h | ||
DInputJoystick.cpp | ||
DInputJoystick.h | ||
DInputKeyboardMouse.cpp | ||
DInputKeyboardMouse.h | ||
NamedKeys.h | ||
XInputFilter.cpp | ||
XInputFilter.h |