mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
m1n1.agx.render: Change heap size to 0x200
This seems to be the AGX value Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
e774b5c521
commit
7a92257d30
1 changed files with 2 additions and 2 deletions
|
@ -367,8 +367,8 @@ class GPURenderer:
|
|||
work.add(tvb_tilemap)
|
||||
|
||||
# rogue: 0x180 * 4?
|
||||
#tvb_heapmeta_size = 0x200
|
||||
tvb_heapmeta_size = 0x600
|
||||
tvb_heapmeta_size = 0x200
|
||||
#tvb_heapmeta_size = 0x600
|
||||
tvb_heapmeta = ctx.uobj.new_buf(tvb_heapmeta_size, "TVB Heap Meta", track=False).push()
|
||||
work.add(tvb_heapmeta)
|
||||
|
||||
|
|
Loading…
Reference in a new issue