mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Fixes/Cleanup for the MemcardManager.
Notable Changes: Fixes right click menu in linux. Fixes Issue 2412. sram.raw file is no longer required to format a memcard Update to use new ini sections, automatically remove default settings from ini file enable pages setting no longer requires memcard manager to be reopened to take effect it is no longer possible to switch to a negative page number git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6546 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -76,4 +76,5 @@ union SRAM
|
||||
};
|
||||
};
|
||||
#pragma pack(pop)
|
||||
extern SRAM sram_dump;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user