Update UNF (still broken though ) :(

This commit is contained in:
CrashOveride95
2021-04-11 18:20:32 -04:00
parent 623bf3bfcb
commit 5048caff1e
7 changed files with 822 additions and 606 deletions

View File

@@ -73,7 +73,7 @@ extern "C" {
*/
/* Perform alignment on input 's' */
//#define ALIGN(s, align) (((u32)(s) + ((align)-1)) & ~((align)-1))
#define ALIGN(s, align) (((u32)(s) + ((align)-1)) & ~((align)-1))
//commented out due to sm64 conflict
/***************************************

View File

@@ -44,6 +44,7 @@ DECLARE_SEGMENT(framebuffers)
extern u8 _goddardSegmentStart[];
extern u8 _engineSegmentStart[];
extern u8 _engineSegmentBssEnd[];
extern u8 _mainSegmentEnd[];
extern u8 _engineSegmentEnd[];
extern u8 _framebuffersSegmentBssEnd[];