oops.. forgot to remove PanicAlerts
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1611 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
011f857b24
commit
ed75de40f4
|
@ -78,9 +78,7 @@ CEXIMemoryCard::CEXIMemoryCard(const std::string& _rName, const std::string& _rF
|
|||
fseek(pFile, 0L, SEEK_SET);
|
||||
|
||||
memory_card_size = (int)MemFileSize;
|
||||
PanicAlert("%X", memory_card_size);
|
||||
nintendo_card_id = memory_card_size / SIZE_TO_Mb;
|
||||
PanicAlert("%X", nintendo_card_id);
|
||||
memory_card_content = new u8[memory_card_size];
|
||||
memset(memory_card_content, 0xFF, memory_card_size);
|
||||
|
||||
|
|
Loading…
Reference in New Issue