Lioncash e65363f05f NetKDRequest: Make use of constexpr arrays containing pairs instead of maps
Currently we were using heap allocating maps that last for the entire
duration of the emulator running.

Given the size N of both of these maps are very small (< 20 elements),
we can just make use of an array of pairs and perform linear scans. This
is also fine, given this code isn't particularly "hot" either, so this
won't be run often.
2021-08-24 12:04:01 -04:00
..
2021-07-13 16:42:49 +02:00
2021-07-13 16:42:35 +02:00
2021-07-13 16:41:18 +02:00
2019-05-08 23:59:04 +02:00