mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -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`. |
||
---|---|---|
.. | ||
ControllerEmu | ||
ControllerInterface | ||
ControlReference | ||
DynamicInputTextures | ||
CMakeLists.txt | ||
DynamicInputTextureManager.cpp | ||
DynamicInputTextureManager.h | ||
GCAdapter.cpp | ||
GCAdapter.h | ||
GCPadStatus.h | ||
ImageOperations.cpp | ||
ImageOperations.h | ||
InputConfig.cpp | ||
InputConfig.h | ||
InputProfile.cpp | ||
InputProfile.h | ||
KeyboardStatus.h |