mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
fix code that would have fucking asploded
This commit is contained in:
@ -53,6 +53,10 @@ void WriteSPICnt(u16 val);
|
||||
u8 ReadSPIData();
|
||||
void WriteSPIData(u8 val);
|
||||
|
||||
void ROMPrepareData(u32 param);
|
||||
void ROMEndTransfer(u32 param);
|
||||
void SPITransferDone(u32 param);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user