Lioncash d459470fee HotkeyManager: Convert file-scope std::string array to constexpr const char* array
Previously, a total of 114 std::string instances would need to construct
(allocating on the heap for larger strings that can't be stored with
small string optimizations). We can just use an array of const char*
strings instead, which allows us to avoid this.
2018-06-14 09:04:57 -04:00
..
2018-06-09 16:49:59 -04:00
2018-05-26 11:33:13 +02:00
2018-05-26 13:08:10 +02:00
2018-04-12 21:28:39 +02:00
2017-04-25 09:20:09 +01:00
2017-03-27 23:46:19 -04:00
2018-05-21 15:11:25 +02:00
2018-03-16 22:56:54 +01:00
2018-06-03 20:45:35 +02:00
2018-04-12 22:16:37 +02:00