mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 13:33:34 -04:00
e58f0d19b6
One clean whole-EXE rebuild verified the batch (gate_main), and main re-checked BYTE-IDENTICAL against config/check.us.sha before anything was credited. func_8003D630
8 lines
93 B
C
8 lines
93 B
C
#include "common.h"
|
|
|
|
extern void SpuQuit(void);
|
|
|
|
void func_8003D630(void) {
|
|
SpuQuit();
|
|
}
|