dolphin/Source/Core/Core/HLE
mitaclaw 62b2b939b5 Simplify std::find_if with std::ranges::find and projections
In LabelMap.cpp, the code is currently unused so I was unable to test it.

In WiiUtils.cpp, the magic value `1u` was replaced by the constant value `DiscIO::PARTITION_UPDATE`.
2025-03-09 13:26:35 -07:00
..
HLE.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
HLE.h CachedInterpreter: Callback Disassembler 2024-10-19 00:14:53 -07:00
HLE_Misc.cpp PPCCache: Avoid Global System Accessor 2024-04-08 19:49:57 -07:00
HLE_Misc.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
HLE_OS.cpp Replace Common::BitCast with std::bit_cast 2024-05-03 18:43:51 -07:00
HLE_OS.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
HLE_VarArgs.cpp Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
HLE_VarArgs.h HLE_OS: Manually handle printfs from emulated software to prevent emulated software from crashing Dolphin with an invalid printf formatting string. 2023-07-29 20:06:09 +02:00