Joined
·
821 Posts
No pix with GSsoft.
Looks like the paint doesn't dry with GSDX9 :rotflmao:
If you try to start a game, the program code runs to its end.
You know it's the code end because it ends with "branch backwards" instead of "jump return address" (JR RA).
Looks like the paint doesn't dry with GSDX9 :rotflmao:
If you try to start a game, the program code runs to its end.
You know it's the code end because it ends with "branch backwards" instead of "jump return address" (JR RA).
Code:
__00131dd0: #
addiu sp, sp, $fff0 # 00131dd0:27bdfff0
sd ra, $0000(sp) # 00131dd4:ffbf0000
__00131dd8: #
lui v0, $0022 # 00131dd8:3c020022
addiu v1, zero, $0009 # 00131ddc:24030009
lw v0, $e5c0(v0) # 00131de0:8c42e5c0
nop # 00131de4:00000000
nop # 00131de8:00000000
beq v0, v1, $00131dd8 # 00131dec:1043fffa ^ __00131dd8
nop # 00131df0:00000000
jal $0012dea0 # 00131df4:0c04b7a8
nop # 00131df8:00000000
beq zero, zero, $00131dd8 # 00131dfc:1000fff6 ^ __00131dd8
nop # 00131e00:00000000
nop # 00131e04:00000000
nop # 00131e08:00000000
nop # 00131e0c:00000000
FNC_00131e10: #
addiu sp, sp, $ffb0 # 00131e10:27bdffb0