diff options
| author | get <45425365+Minty-Meeo@users.noreply.github.com> | 2023-06-11 21:51:49 -0500 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-09-21 01:19:23 +0200 |
| commit | 63467559b20682a6b9e4ec43c6b43456e1fca111 (patch) | |
| tree | 82d5e151ffc824be2e3a6a7fa33daedf2c144fb8 /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | 965283c2634de96338eb106369b5d6abf469dd40 (diff) | |
fmt 10.0.0-10.1.1 compile fixes
Implicit conversion operators and enums was removed for parity with std::format (https://github.com/fmtlib/fmt/commit/fce74caa15b24cbc0fcafe4706692cb06cb0b815).
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 3c942ed8c2..7c8b74fb5e 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -98,7 +98,6 @@ struct EFBCopyParams template <> struct fmt::formatter<EFBCopyParams> { - std::shared_ptr<int> state; constexpr auto parse(format_parse_context& ctx) { return ctx.begin(); } template <typename FormatContext> auto format(const EFBCopyParams& uid, FormatContext& ctx) const |
