2020-12-05 13:08:24 +01:00
|
|
|
#include "stdafx.h"
|
2019-03-24 14:09:08 +01:00
|
|
|
#include "Emu/Cell/PPUModule.h"
|
|
|
|
|
|
|
|
|
|
LOG_CHANNEL(cellPesmUtility);
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmCloseDevice()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmEncryptSample()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmEncryptSample2()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmEndMovieRec()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmFinalize()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmFinalize2()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmGetSinf()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmInitEntry()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmInitEntry2()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmInitialize()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmLoadAsync()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmOpenDevice()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmPrepareRec()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmStartMovieRec()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-16 12:14:57 +02:00
|
|
|
error_code cellPesmUnloadAsync()
|
2019-03-24 14:09:08 +01:00
|
|
|
{
|
|
|
|
|
UNIMPLEMENTED_FUNC(cellPesmUtility);
|
|
|
|
|
return CELL_OK;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
DECLARE(ppu_module_manager::cellPesmUtility)("cellPesmUtility", []()
|
2025-04-05 21:50:45 +02:00
|
|
|
{
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmInitialize);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmFinalize);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmLoadAsync);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmOpenDevice);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmEncryptSample);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmUnloadAsync);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmGetSinf);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmStartMovieRec);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmInitEntry);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmEndMovieRec);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmEncryptSample2);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmFinalize2);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmCloseDevice);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmInitEntry2);
|
|
|
|
|
REG_FUNC(cellPesmUtility, cellPesmPrepareRec);
|
|
|
|
|
});
|