mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
fmem: increase fmem budget
This commit is contained in:
parent
9cb9f4c21e
commit
eeb3de8f74
1 changed files with 1 additions and 1 deletions
|
|
@ -1097,7 +1097,7 @@ int main(int argc, const char *argv[]) {
|
|||
.flags = 0,
|
||||
.item =
|
||||
{
|
||||
.total = 0x1C000000,
|
||||
.total = 2ul * 1024 * 1024 * 1024,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue