general: add default configurations for applet mode

This commit is contained in:
Liam 2024-01-26 23:28:24 -05:00
parent ba17a8c2b8
commit b4b3ddf4b4
14 changed files with 334 additions and 8 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();