Files
mm/src/libultra/io/spgetstat.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
78 B
C

#include "global.h"
u32 __osSpGetStatus() {
return *(vu32*)0xA4040010;
}