mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-15 17:20:49 -04:00
feat(FS): Add Ability to Read/Use Updates/DLC from External Directories
This commit is contained in:
@@ -901,6 +901,8 @@ inline u32 EnumMetadata<AndroidAstcMode>::Index() {
|
||||
return 28;
|
||||
}
|
||||
|
||||
ENUM(SpirvOptimizeMode, Never, Always, BestEffort);
|
||||
|
||||
template <typename Type>
|
||||
inline std::string CanonicalizeEnum(Type id) {
|
||||
const auto group = EnumMetadata<Type>::Canonicalizations();
|
||||
|
||||
Reference in New Issue
Block a user