Files
Nintendont/kernel/asm/SIInitStore.S
FIX94 afcfa4b653 -added deadzones to wii vc gamepad reads and heavily changed memory to make space for that, hopefully it didnt break anything
-completely restructured how internal wii vc titles get read in, again hopefully it didnt break anything
2017-09-20 06:14:16 +02:00

13 lines
161 B
ArmAsm

#include <asm.h>
.set SI_INITED, 0x93003060
SIInitStore:
lis %r5, SI_INITED@h
li %r4, 1
stwu %r4, SI_INITED@l(%r5)
li %r4, 0
dcbf %r4, %r5
sync
blr