mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
Implement convert legacy to generic
This commit is contained in:
parent
25324b011f
commit
dbfa89c40b
6 changed files with 108 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue