mirror of
https://github.com/project-slippi/Nintendont.git
synced 2025-10-06 00:22:40 +02:00
-completely restructured how internal wii vc titles get read in, again hopefully it didnt break anything
13 lines
161 B
ArmAsm
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
|