Skip to content

Commit

Permalink
m1n1.agx.render: Change heap size to 0x200
Browse files Browse the repository at this point in the history
This seems to be the AGX value

Signed-off-by: Asahi Lina <[email protected]>
  • Loading branch information
asahilina committed Jan 20, 2023
1 parent e774b5c commit 7a92257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxyclient/m1n1/agx/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ def submit(self, cmdbuf, wait_for=None):
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)

Expand Down

0 comments on commit 7a92257

Please sign in to comment.