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:
Asahi Lina 2022-12-02 17:45:16 +09:00
parent e774b5c521
commit 7a92257d30

View file

@ -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)