mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 12:28:31 -05:00
Implement convert legacy to generic
This commit is contained in:
@ -224,6 +224,8 @@ enum class Attribute : u64 {
|
||||
|
||||
constexpr size_t NUM_GENERICS = 32;
|
||||
|
||||
constexpr size_t NUM_FIXED_FNC_TEXTURES = 10;
|
||||
|
||||
[[nodiscard]] bool IsGeneric(Attribute attribute) noexcept;
|
||||
|
||||
[[nodiscard]] u32 GenericAttributeIndex(Attribute attribute);
|
||||
|
Reference in New Issue
Block a user