mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 22:59:58 -06:00
fix moar bugs, get furtherer (add support for SDHC addressing)
This commit is contained in:
@ -120,12 +120,12 @@ private:
|
||||
u8 SSR[64];
|
||||
|
||||
u32 BlockSize;
|
||||
u32 RWAddress;
|
||||
u64 RWAddress;
|
||||
u32 RWCommand;
|
||||
|
||||
void SetState(u32 state) { CSR &= ~(0xF << 9); CSR |= (state << 9); }
|
||||
|
||||
void ReadBlock(u32 addr);
|
||||
void ReadBlock(u64 addr);
|
||||
};
|
||||
|
||||
#endif // DSI_SD_H
|
||||
|
Reference in New Issue
Block a user