dolphin-emulator/Source/Android/jni/AndroidCommon
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
..
AndroidCommon.cpp Android: Translate C++ "w" to ParcelFileDescriptor "wt" 2023-03-18 13:44:01 +01:00
AndroidCommon.h AndroidCommon: Resolve -Wsign-compare warning 2023-12-11 18:06:40 -05:00
CMakeLists.txt CMake: Fix build errors exposed by making common dependent on fmt 2020-10-19 14:36:09 +02:00
IDCache.cpp Android: Replace log type names map with array 2024-06-15 20:06:34 +02:00
IDCache.h Android: Replace log type names map with array 2024-06-15 20:06:34 +02:00