Merge yuzu-emu#12756

This commit is contained in:
yuzubot
2024-02-05 13:07:23 +00:00
parent c5a9d20ad6
commit 8cd09faf71
75 changed files with 1140 additions and 248 deletions

View File

@ -151,6 +151,8 @@ ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch);
ENUM(ConsoleMode, Handheld, Docked);
ENUM(AppletMode, HLE, LLE);
template <typename Type>
inline std::string CanonicalizeEnum(Type id) {
const auto group = EnumMetadata<Type>::Canonicalizations();