Files
mm/src/libultra/io/spsetstat.c
T
Anghelo Carvajal 51111676c4 Fix gcc warnings (#246)
* fix a huge amount of warnings

* fix another big bunch

* fix remaining warnings

* Run formatter
2021-08-04 08:14:38 -04:00

6 lines
87 B
C

#include "global.h"
void __osSpSetStatus(u32 data) {
*(vu32*)0xA4040010 = data;
}