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:
LPFaint99 2008-12-20 18:44:44 +00:00
parent 011f857b24
commit ed75de40f4
1 changed files with 0 additions and 2 deletions

View File

@ -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);