mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Move module in correct path
This commit is contained in:
parent
7ae2a8840b
commit
0f9f787a55
3 changed files with 38 additions and 38 deletions
17
rpcs3/Emu/Cell/Modules/cellCrossController.cpp
Normal file
17
rpcs3/Emu/Cell/Modules/cellCrossController.cpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#include "stdafx.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/Cell/PPUModule.h"
|
||||
|
||||
logs::channel cellCrossController("cellCrossController", logs::level::notice);
|
||||
|
||||
s32 cellCrossController_37E1F502() // LittleBigPlanet 2 and 3
|
||||
{
|
||||
cellCrossController.todo("cellCrossController_37E1F502");
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
||||
DECLARE(ppu_module_manager::cellCrossController)("cellCrossController", []()
|
||||
{
|
||||
REG_FNID(cellCrossController, 0x37E1F502, cellCrossController_37E1F502);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue