2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 15:19:37 +00:00
Lioncash 96721d96ae Console: Avoid unnecessary copies and lookups within executeCommand()
We can make use of the result of a find() call to avoid performing two
redundant lookups into the command map and also use std::move to avoid
performing potentially reallocating copies.
2019-10-21 01:26:21 -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