mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 15:09:13 +00:00
Implemented LD_L and ST_L
This commit is contained in:
@@ -96,6 +96,11 @@ struct Header {
|
||||
}
|
||||
} ps;
|
||||
};
|
||||
|
||||
u64 GetLocalMemorySize() {
|
||||
return (common1.shader_local_memory_low_size |
|
||||
(common2.shader_local_memory_high_size << 24));
|
||||
}
|
||||
};
|
||||
|
||||
static_assert(sizeof(Header) == 0x50, "Incorrect structure size");
|
||||
|
||||
Reference in New Issue
Block a user