mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-23 08:04:50 +01:00
Fix max allocations for DECR mode (sys_memory)
This commit is contained in:
parent
cbcd06d1dc
commit
5c904bf3e2
|
|
@ -80,7 +80,7 @@ struct lv2_memory_alloca
|
|||
{
|
||||
static const u32 id_base = 0x1;
|
||||
static const u32 id_step = 0x1;
|
||||
static const u32 id_count = 0x1000;
|
||||
static const u32 id_count = 0x2000;
|
||||
|
||||
const u32 size; // Memory size
|
||||
const u32 align; // Alignment required
|
||||
|
|
|
|||
Loading…
Reference in a new issue