mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-26 01:34:31 -04:00
General Cleanup 2 (#1538)
* Cleanup * Cleanup variables.h * Cleanup fault headers * Some includes/headers cleanup * Libultra btn wrappers * Mark differences to original libultra headers * Remove duplicate include in fault * format * Update include/PR/os_voice.h Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com> * align --------- Co-authored-by: Tom Overton <tom-overton@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#include "prevent_bss_reordering.h"
|
||||
#include "global.h"
|
||||
#include "sys_flashrom.h"
|
||||
|
||||
#include "libc64/malloc.h"
|
||||
#include "PR/os_internal_flash.h"
|
||||
|
||||
#include "fault.h"
|
||||
#include "macros.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "libc64/malloc.h"
|
||||
#include "z64thread.h"
|
||||
#include "sys_flashrom.h"
|
||||
#include "PR/os_internal_flash.h"
|
||||
|
||||
OSMesgQueue sFlashromMesgQueue;
|
||||
OSMesg sFlashromMesg[1];
|
||||
|
||||
Reference in New Issue
Block a user