Signed-off-by: lizzie <lizzie@eden-emu.dev>
@ -22,13 +22,16 @@ enum class Type : u64 {
_UNK7 = 7,
};
/// For any would be newcomer to here: Yes - GPU dissasembly says S64 should
/// be after F16x2FTZRN. However if you do plan to revert this, you MUST test
/// ToTK beforehand. As the game will break with the subtle change
enum class Size : u64 {
U32,
S32,
U64,
S64,
F32FTZRN,
F16x2FTZRN,
SD32,
SD64,