mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 22:59:47 -06:00
Reformat all the things. Have fun with merge conflicts.
This commit is contained in:
@ -9,16 +9,16 @@
|
||||
|
||||
enum Mailbox
|
||||
{
|
||||
MAILBOX_CPU,
|
||||
MAILBOX_DSP
|
||||
MAILBOX_CPU,
|
||||
MAILBOX_DSP
|
||||
};
|
||||
|
||||
u32 gdsp_mbox_peek(Mailbox mbx);
|
||||
u32 gdsp_mbox_peek(Mailbox mbx);
|
||||
void gdsp_mbox_write_h(Mailbox mbx, u16 val);
|
||||
void gdsp_mbox_write_l(Mailbox mbx, u16 val);
|
||||
u16 gdsp_mbox_read_h(Mailbox mbx);
|
||||
u16 gdsp_mbox_read_l(Mailbox mbx);
|
||||
u16 gdsp_mbox_read_h(Mailbox mbx);
|
||||
u16 gdsp_mbox_read_l(Mailbox mbx);
|
||||
|
||||
void gdsp_ifx_init();
|
||||
void gdsp_ifx_write(u32 addr, u32 val);
|
||||
u16 gdsp_ifx_read(u16 addr);
|
||||
u16 gdsp_ifx_read(u16 addr);
|
||||
|
Reference in New Issue
Block a user