mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-20 13:45:07 -04:00
51111676c4
* fix a huge amount of warnings * fix another big bunch * fix remaining warnings * Run formatter
6 lines
78 B
C
6 lines
78 B
C
#include "global.h"
|
|
|
|
u32 __osSpGetStatus() {
|
|
return *(vu32*)0xA4040010;
|
|
}
|