mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
cellSaveData improved
This commit is contained in:
parent
94cbfd6a5c
commit
4874a81dc5
11 changed files with 462 additions and 277 deletions
|
|
@ -2,3 +2,8 @@
|
|||
#include "Emu/Memory/Memory.h"
|
||||
|
||||
#include "SaveDataDialog.h"
|
||||
|
||||
s32 SaveDataDialogFrame::ShowSaveDataList(std::vector<SaveDataEntry>& save_entries, s32 focused, vm::ptr<CellSaveDataListSet> listSet)
|
||||
{
|
||||
return focused;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue