Skip to content

Commit

Permalink
Resolve c compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rrealmuto committed Oct 24, 2022
1 parent 4e9e7c9 commit 4578907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ASM/c/save.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ extern uint16_t SRAM_SLOTS[6];
typedef void (*Sram_InitNewSave_Func)(void);
Sram_InitNewSave_Func Sram_InitNewSave = (Sram_InitNewSave_Func)(0x8008FFC0);

void SsSram_ReadWrite_Safe(uint32_t addr, void *dramAddr, size_t size, uint32_t direction);

// Override Sram_WriteSave to include the collectible flags in the checksum calculation.
void Sram_WriteSave(SramContext *sramCtx) {
uint16_t offset;
Expand Down

0 comments on commit 4578907

Please sign in to comment.