GodMode9/source/system/bootfirm.h
Wolfvak cfa26c2a2d Misc exception handlers fixes
Biggest one is they actually work now
2017-08-16 19:43:08 -03:00

5 lines
99 B
C

#pragma once
#include "common.h"
void __attribute__((noreturn)) BootFirm(void *firm, char *path);