mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 03:55:07 -05:00
ba13e6b2c4
Co-authored-by: kenix3 <kenixwhisperwind@gmail.com> Co-authored-by: David Chavez <david@dcvz.io> Co-authored-by: KiritoDv <kiritodev01@gmail.com> Co-authored-by: Christopher Leggett <chris@leggett.dev>
7 lines
111 B
C
7 lines
111 B
C
#include <libultraship/libultra.h>
|
|
#include "global.h"
|
|
|
|
s32 osAfterPreNMI(void) {
|
|
return __osSpSetPc(0);
|
|
}
|