2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 15:19:37 +00:00
Lioncash deb09550d3 Console: Eliminate redundant strlen call in commandExists()
By using the std::string_view constructor for std::string, we can avoid
the char* constructor, which would require a strlen call in order to
determine the string size. This also allows it to work with
non-null-terminated strings.
2019-10-21 01:28:22 -04:00
..
2019-02-26 19:13:19 -10:00
2019-07-27 15:19:48 -10:00
2019-09-30 21:23:35 -10:00
2019-09-30 21:23:35 -10:00
2019-07-19 18:22:58 -10:00
2019-08-22 01:16:48 -04:00