mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix max allocations for DECR mode (sys_memory)
This commit is contained in:
parent
cbcd06d1dc
commit
5c904bf3e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue