cool thanks i'll try it
Printable View
cool thanks i'll try it
that may need to be ported if it did work at some point
that also looks like the type of code that would need to be DMA'd to work
or.... the code could just be shit
------update-----
it may need to be DMA'd to work
#Target Lock Always On DMA
0xFFFFFFFF 0x00505858
0x0004BC98 0x00000001
if that doesnt work maybe this will help
#X+R
0x0127e1e4 0x00004200
#X+R DMA
0xFFFFFFFF 0x0055BD88
0x002F2E74 0x00004200
the offset is kinda big lol... it should still work because that OSK DMA code has an even bigger offset and it works
here is the opcode for subbing this dma
lui t0 $08d6
lw t0 $BD88(t0)
lui t1 $002f
addu t1 t0 t1
ori t0 $0 $4200
sw t0 $2E74(t1)
jr ra
#RAPID X+R DMASUB
0x00000098 0x0a344000
0x00510000 0x3c0808d6
0x00510004 0x8d08bd88
0x00510008 0x3c09002f
0x0051000c 0x01094821
0x00510010 0x34084200
0x00510014 0xad282e74
0x00510018 0x03e00008
i havent tested but it may be more effective than the sub of the regular code that you did or it could freeze LOL