summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2022-01-12 23:25:36 -0800
committerPokechu22 <Pokechu022@gmail.com>2022-01-13 11:11:08 -0800
commitcc592ab81467409a42584b05d1d06fb4136ff78c (patch)
tree17ec1dcb8682dddb8bd7bc7b77582bc4808c7432 /Source/Core/VideoCommon/TextureCacheBase.h
parent0cc211d1efc2cd8a02de0b9bf92a3f10c3fec99b (diff)
Use fmt::runtime in FmtFormatT
This format string is by definition dynamic and can't be checked at compile time. There are other similar strings in the log handler and in asserts, but they use vformat and thus don't need fmt::runtime. We might be able to do a similar thing where the untranslated string is compile-time checked, but FmtFormatT is used in so few places that I don't want to handle that in this PR.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
0 files changed, 0 insertions, 0 deletions