Skip to content

Commit 7a92257

Browse files
committed
m1n1.agx.render: Change heap size to 0x200
This seems to be the AGX value Signed-off-by: Asahi Lina <[email protected]>
1 parent e774b5c commit 7a92257

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proxyclient/m1n1/agx/render.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ def submit(self, cmdbuf, wait_for=None):
367367
work.add(tvb_tilemap)
368368

369369
# rogue: 0x180 * 4?
370-
#tvb_heapmeta_size = 0x200
371-
tvb_heapmeta_size = 0x600
370+
tvb_heapmeta_size = 0x200
371+
#tvb_heapmeta_size = 0x600
372372
tvb_heapmeta = ctx.uobj.new_buf(tvb_heapmeta_size, "TVB Heap Meta", track=False).push()
373373
work.add(tvb_heapmeta)
374374

0 commit comments

Comments
 (0)