summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-06-14 08:58:57 -0400
committerLioncash <mathew1800@gmail.com>2018-06-14 09:04:57 -0400
commitd459470feef32756f2e6aed9d1670d6cf2d38341 (patch)
treeb85aef66433994b980fb133818169c44b2e47fba /Source/Core/VideoCommon/TextureCacheBase.cpp
parente8c1e5af63612faaf758329ce5eb602124fd9d87 (diff)
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.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions