mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user