mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Minor changes
Fix psv loader
This commit is contained in:
parent
8c4ba3257c
commit
ead67d8e67
5 changed files with 192 additions and 2 deletions
|
|
@ -12,6 +12,10 @@
|
|||
|
||||
logs::channel cellSaveData("cellSaveData", logs::level::notice);
|
||||
|
||||
SaveDialogBase::~SaveDialogBase()
|
||||
{
|
||||
}
|
||||
|
||||
// cellSaveData aliases (only for cellSaveData.cpp)
|
||||
using PSetList = vm::ptr<CellSaveDataSetList>;
|
||||
using PSetBuf = vm::ptr<CellSaveDataSetBuf>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue