2014-08-15 16:57:55 +02:00
|
|
|
#include "stdafx.h"
|
2016-03-21 20:42:14 +01:00
|
|
|
#include "Emu/Cell/PPUModule.h"
|
2014-08-23 22:40:04 +02:00
|
|
|
|
2014-08-15 16:57:55 +02:00
|
|
|
#include "sceNp.h"
|
|
|
|
|
#include "sceNpTus.h"
|
|
|
|
|
|
2017-05-13 20:30:37 +02:00
|
|
|
logs::channel sceNpTus("sceNpTus");
|
2014-08-15 16:57:55 +02:00
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusInit()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
2016-01-12 22:57:16 +01:00
|
|
|
sceNpTus.warning("sceNpTusInit()");
|
2014-10-04 09:38:38 +02:00
|
|
|
|
2014-08-15 16:57:55 +02:00
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusTerm()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
2016-01-12 22:57:16 +01:00
|
|
|
sceNpTus.warning("sceNpTusTerm()");
|
2014-10-04 09:38:38 +02:00
|
|
|
|
2014-08-15 16:57:55 +02:00
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusCreateTitleCtx()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDestroyTitleCtx()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusCreateTransactionCtx()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDestroyTransactionCtx()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetTimeout()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusAbortTransaction()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusWaitAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusPollAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetMultiSlotVariable()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetMultiSlotVariableVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetMultiSlotVariableAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetMultiSlotVariableVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotVariable()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotVariableVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotVariableAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotVariableVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserVariable()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserVariableVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserVariableAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserVariableVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusAddAndGetVariable()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusAddAndGetVariableVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusAddAndGetVariableAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusAddAndGetVariableVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusTryAndSetVariable()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusTryAndSetVariableVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusTryAndSetVariableAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusTryAndSetVariableVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotVariable()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotVariableVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotVariableAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotVariableVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetData()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetDataVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetDataAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusSetDataVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetData()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetDataVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetDataAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetDataVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotDataStatus()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotDataStatusVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotDataStatusAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiSlotDataStatusVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserDataStatus()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserDataStatusVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserDataStatusAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusGetMultiUserDataStatusVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotData()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotDataVUser()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotDataAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-09 17:30:37 +02:00
|
|
|
s32 sceNpTusDeleteMultiSlotDataVUserAsync()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(sceNpTus);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-21 20:42:14 +01:00
|
|
|
DECLARE(ppu_module_manager::sceNpTus)("sceNpTus", []()
|
2014-08-15 16:57:55 +02:00
|
|
|
{
|
2015-02-20 14:58:40 +01:00
|
|
|
REG_FUNC(sceNpTus, sceNpTusInit);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusTerm);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusCreateTitleCtx);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDestroyTitleCtx);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusCreateTransactionCtx);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDestroyTransactionCtx);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetTimeout);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusAbortTransaction);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusWaitAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusPollAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetMultiSlotVariable);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetMultiSlotVariableVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetMultiSlotVariableAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetMultiSlotVariableVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotVariable);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotVariableVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotVariableAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotVariableVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserVariable);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserVariableVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserVariableAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserVariableVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusAddAndGetVariable);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusAddAndGetVariableVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusAddAndGetVariableAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusAddAndGetVariableVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusTryAndSetVariable);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusTryAndSetVariableVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusTryAndSetVariableAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusTryAndSetVariableVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotVariable);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotVariableVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotVariableAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotVariableVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetData);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetDataVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetDataAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusSetDataVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetData);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetDataVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetDataAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetDataVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotDataStatus);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotDataStatusVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotDataStatusAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiSlotDataStatusVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserDataStatus);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserDataStatusVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserDataStatusAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusGetMultiUserDataStatusVUserAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotData);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotDataVUser);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotDataAsync);
|
|
|
|
|
REG_FUNC(sceNpTus, sceNpTusDeleteMultiSlotDataVUserAsync);
|
2015-02-18 17:22:06 +01:00
|
|
|
});
|