Fix how the gMtxClear is extracted and used by the Jabu scene DLs (#4375)

* fix how the clear mtx is extracted and used by the jabu scene DLs

* bump OTRExporter
This commit is contained in:
Archez 2024-10-10 19:59:44 -04:00 committed by GitHub
commit 6e025588a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
<Root>
<File Name="code" OutName="sys_matrix" RangeStart="0x110CC0" RangeEnd="0x110D00">
<Mtx Name="gMtxClear" Offset="0x110CC0"/>
<File Name="code" OutName="sys_matrix" BaseAddress="0x1CE60" RangeStart="0x110CC0" RangeEnd="0x110D00">
<Mtx Name="gMtxClear" Offset="0x110CC0"/>
</File>
</Root>