Skip to content

Commit

Permalink
Undo changes to dwc.xml which broke several games.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadderz121 committed Mar 31, 2014
1 parent 8200de0 commit 61f9fb8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions symbols/dwc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
<!-- Symbols in the rvl/dwc.h header -->
<symbols>
<!-- such a short method is hard to detect, so I rely on method order. -->
<symbol name="DWC_SetLogMask" size="0x8" offset="0x70" >
<symbol name="DWC_SetLogMask" size="0x8" offset="0x0" >
<data>
418202CC 2C030400 418201D4
906D???? 4E800020
9421FF80 7C0802A6 90010084 93E1007C
7C9F2378 40860024 D8210028 D8410030
D8610038 D8810040 D8A10048 D8C10050
D8E10058 D9010060 800D
</data>
<reloc type="sda21" offset="0x0" symbol="dwc_log_mode" />
</symbol>
<symbol name="DWC_Log" size="0x344" offset="0x68" >
<symbol name="DWC_Log" size="0x344" offset="0x0" >
<data>
418202CC 2C030400 418201D4
9421FF80 7C0802A6 90010084 93E1007C
7C9F2378 40860024 D8210028 D8410030
D8610038 D8810040 D8A10048 D8C10050
D8E10058 D9010060 800D????
</data>
<reloc type="sda21" offset="0x38" symbol="dwc_log_mode" />
</symbol>
Expand Down

0 comments on commit 61f9fb8

Please sign in to comment.