mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Add the option to filter gamelist
add a drive command that I have only seen with gcos multigame discs that allows them to boot, otherwise they will hang add a default path for browse in memcard manager fixed display of format time in MCMdebug.cpp git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3098 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
2
Externals/Memcard Manager/src/MCMdebug.cpp
vendored
2
Externals/Memcard Manager/src/MCMdebug.cpp
vendored
@ -171,7 +171,7 @@ void CMemcardManagerDebug::updateHDRtab(int card)
|
||||
memoryCard[card]->hdr.serial[10],memoryCard[card]->hdr.serial[11]);
|
||||
|
||||
wx_fmtTime.Printf(wxT("%08X, %08X"),
|
||||
memoryCard[card]->hdr.fmtTime.high,memoryCard[card]->hdr.fmtTime.low);
|
||||
Common::swap32(memoryCard[card]->hdr.fmtTime.high),Common::swap32(memoryCard[card]->hdr.fmtTime.low));
|
||||
|
||||
wx_SRAMBIAS.Printf(wxT("%02X, %02X, %02X, %02X"),
|
||||
memoryCard[card]->hdr.SramBias[0],memoryCard[card]->hdr.SramBias[1],
|
||||
|
Reference in New Issue
Block a user