mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3049 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
409ec4ba5c
commit
092496a5b3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ CWII_IPC_HLE_Device_sdio_slot0::CWII_IPC_HLE_Device_sdio_slot0(u32 _DeviceID, co
|
||||||
m_BlockLength = 0;
|
m_BlockLength = 0;
|
||||||
m_BusWidth = 0;
|
m_BusWidth = 0;
|
||||||
// Clear the whole SD Host Control Register
|
// Clear the whole SD Host Control Register
|
||||||
Memory::Memset(SDIO_BASE, 0, 0x100);
|
//Memory::Memset(SDIO_BASE, 0, 0x100);
|
||||||
}
|
}
|
||||||
|
|
||||||
CWII_IPC_HLE_Device_sdio_slot0::~CWII_IPC_HLE_Device_sdio_slot0()
|
CWII_IPC_HLE_Device_sdio_slot0::~CWII_IPC_HLE_Device_sdio_slot0()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue