mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
get it to atleast finish a scan without shitting itself
This commit is contained in:
@ -37,7 +37,7 @@ public:
|
||||
|
||||
void SetIRQ_F1_Counter(u32 n);
|
||||
|
||||
void CheckRX();
|
||||
void _MSTimer();
|
||||
|
||||
static void MSTimer(u32 param);
|
||||
|
||||
@ -125,6 +125,7 @@ private:
|
||||
u32 BootPhase;
|
||||
|
||||
u32 ErrorMask;
|
||||
u32 ScanTimer;
|
||||
|
||||
u8 RXBuffer[2048];
|
||||
};
|
||||
|
Reference in New Issue
Block a user