mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00: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…
x
Reference in New Issue
Block a user