mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 09:27:48 +00:00
shader_header: Make local memory size getter constant
This commit is contained in:
parent
07c921ce93
commit
f03f054819
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ struct Header {
|
||||||
} ps;
|
} ps;
|
||||||
};
|
};
|
||||||
|
|
||||||
u64 GetLocalMemorySize() {
|
u64 GetLocalMemorySize() const {
|
||||||
return (common1.shader_local_memory_low_size |
|
return (common1.shader_local_memory_low_size |
|
||||||
(common2.shader_local_memory_high_size << 24));
|
(common2.shader_local_memory_high_size << 24));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue