dolphin/Source/Core/InputCommon
mitaclaw 9bd1dae41d Modernize std::fill with ranges
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`.
2024-10-10 00:53:48 -07:00
..
ControllerEmu Modernize std::equal with ranges 2024-10-10 00:53:48 -07:00
ControllerInterface Modernize std::fill with ranges 2024-10-10 00:53:48 -07:00
ControlReference Remove redundant semicolons 2024-08-20 14:59:54 +02:00
DynamicInputTextures InputCommon / VideoCommon: update to use new JsonFromFile function 2024-05-31 23:13:25 -05:00
CMakeLists.txt port to OpenBSD 2024-04-22 20:50:47 +00:00
DynamicInputTextureManager.cpp
DynamicInputTextureManager.h
GCAdapter.cpp Core::GetState: Avoid Global System Accessor 2024-04-08 16:23:23 -07:00
GCAdapter.h
GCPadStatus.h
ImageOperations.cpp
ImageOperations.h
InputConfig.cpp InputCommon: Use distinct values for profile key 2024-02-04 17:55:08 +01:00
InputConfig.h InputCommon: Use distinct values for profile key 2024-02-04 17:55:08 +01:00
InputProfile.cpp InputCommon: Unify GetProfileName and GetProfileDirectoryName 2024-02-04 17:55:08 +01:00
InputProfile.h
KeyboardStatus.h