mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 03:07:46 +00:00
Rasterizer: Refactor inlineToMemory.
This commit is contained in:
parent
d14f1c9d42
commit
9ebf1c00bd
9 changed files with 16 additions and 15 deletions
|
@ -1557,7 +1557,7 @@ private:
|
|||
|
||||
static constexpr u32 null_cb_data = 0xFFFFFFFF;
|
||||
struct CBDataState {
|
||||
static constexpr size_t inline_size = 0x8000;
|
||||
static constexpr size_t inline_size = 0x4000;
|
||||
std::array<std::array<u32, inline_size>, 16> buffer;
|
||||
u32 current{null_cb_data};
|
||||
u32 id{null_cb_data};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue