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