summaryrefslogtreecommitdiff
path: root/Source/Android/jni/Cheats/GraphicsModGroup.cpp
AgeCommit message (Collapse)Author
2024-12-15Modernize `std::none_of` with rangesmitaclaw
In JitRegCache.cpp, the lambda predicate were replaced by a pointer to member function because ranges algorithms are able to invoke those. In ConvertDialog.cpp, the `std::mem_fn` helper was removed because ranges algorithms are able to handle pointers to member functions as predicates. In BoundingBox.cpp, the lambda predicate was returning the bool element unchanged, so `std::identity` was a better fit.
2024-08-15Use 'contains' methodmitaclaw
2022-12-27Android: Add VectorToJObjectArray utility functionJosJuice
2022-07-23Android: Add graphics mods support to CheatsActivityJosJuice