mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-10 18:50:03 +01:00
10 lines
236 B
C++
10 lines
236 B
C++
#include "stdafx.h"
|
|||
#include "Emu/Memory/Memory.h"
|
|||
|
|||
#include "save_data_dialog.h"
|
|||
|
|||
s32 save_data_dialog::ShowSaveDataList(std::vector<SaveDataEntry>& save_entries, s32 focused, vm::ptr<CellSaveDataListSet> listSet)
|
|||
{
|
|||
return focused;
|
|||
}
|