mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 14:20:08 +01:00
* Using be_t in CellGcmControl, CellGcmConfig, CellGcmContextData and CellGcmTileInfo. * Fixed wrong names in Emu/SysCalls/Modules/sceNp.cpp * Fixed ConLog's mount info strings in System.cpp
15 lines
199 B
C++
15 lines
199 B
C++
#if 0
|
|
#include "stdafx.h"
|
|
#include "Emu/SysCalls/SysCalls.h"
|
|
#include "Emu/SysCalls/SC_FUNC.h"
|
|
|
|
#include "sceNp.h"
|
|
|
|
void sceNp_init();
|
|
Module sceNp(0x0016, sceNp_init);
|
|
|
|
void sceNp_init()
|
|
{
|
|
}
|
|
#endif
|