mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Save Data Note (#3054)
* Split save_data_utility into two classes. * Add entry notes to saves. * Code review changes
This commit is contained in:
parent
9bd6d28514
commit
5cc152b8dd
9 changed files with 263 additions and 155 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "Emu/Memory/Memory.h"
|
||||
|
||||
#include "save_data_dialog.h"
|
||||
#include "save_data_utility.h"
|
||||
#include "save_data_list_dialog.h"
|
||||
|
||||
s32 save_data_dialog::ShowSaveDataList(std::vector<SaveDataEntry>& save_entries, s32 focused, bool isSaving, vm::ptr<CellSaveDataListSet> listSet)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue