dolphin-emulator/Source/Core/Common/Logging
JosJuice ea7928b3cd Android: Replace log type names map with array
Storing the log type names in a map results in them getting re-sorted by
their keys, which doesn't quite give us the sorting we want. In
particular, the Achievements category ended up being sorted at R (for
RetroAchivements) instead of at A. Every use of the map is just
iterating through it, so there's no real reason why it has to be a map
anyway.
2024-06-15 20:06:34 +02:00
..
ConsoleListener.h Resolve GCC Warnings 2022-06-30 15:26:48 -05:00
ConsoleListenerDroid.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
ConsoleListenerNix.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
ConsoleListenerWin.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
Log.h Common/LogManager: Add logging category for Achievements. 2023-09-09 14:47:20 +02:00
LogManager.cpp Android: Replace log type names map with array 2024-06-15 20:06:34 +02:00
LogManager.h Android: Replace log type names map with array 2024-06-15 20:06:34 +02:00