Some WIP work on MemcardManager, nothing for enduser.

Mostly to avoid using a hexeditor to look at dir entries

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1874 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-01-15 06:06:30 +00:00
parent 4a325d466d
commit aced3c00fd
4 changed files with 246 additions and 100 deletions

View File

@ -116,6 +116,17 @@ class CMemcardManager
COLUMN_ICON,
COLUMN_BLOCKS,
COLUMN_FIRSTBLOCK,
COLUMN_GAMECODE,
COLUMN_MAKERCODE,
COLUMN_FILENAME,
COLUMN_BIFLAGS,
COLUMN_MODTIME,
COLUMN_IMAGEADD,
COLUMN_ICONFMT,
COLUMN_ANIMSPEED,
COLUMN_PERMISSIONS,
COLUMN_COPYCOUNTER,
COLUMN_COMMENTSADDRESS,
NUMBER_OF_COLUMN
};
@ -142,7 +153,7 @@ class CMemcardManager
usePages,
prevPage,
nextPage,
column[NUMBER_OF_COLUMN];
column[NUMBER_OF_COLUMN+1];
private:
DECLARE_EVENT_TABLE()
void OnRightClick(wxMouseEvent& event);