mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
use C++ style structs everywhere
This commit is contained in:
@ -55,7 +55,7 @@ u16 RFData1;
|
||||
u16 RFData2;
|
||||
u32 RFRegs[0x40];
|
||||
|
||||
typedef struct
|
||||
struct TXSlot
|
||||
{
|
||||
u16 Addr;
|
||||
u16 Length;
|
||||
@ -63,8 +63,7 @@ typedef struct
|
||||
u8 CurPhase;
|
||||
u32 CurPhaseTime;
|
||||
u32 HalfwordTimeMask;
|
||||
|
||||
} TXSlot;
|
||||
};
|
||||
|
||||
TXSlot TXSlots[6];
|
||||
|
||||
|
Reference in New Issue
Block a user