mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 21:37:58 -05: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