mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Using be_t in some cellGcm structs & minor fixes
* 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
This commit is contained in:
parent
d9d80d8fb4
commit
2827db0e2a
7 changed files with 55 additions and 56 deletions
|
|
@ -5,12 +5,10 @@
|
|||
|
||||
#include "sceNp.h"
|
||||
|
||||
void sceNpTrophy_init();
|
||||
Module sceNp(0x0016, sceNpTrophy_init);
|
||||
void sceNp_init();
|
||||
Module sceNp(0x0016, sceNp_init);
|
||||
|
||||
void sceNpTrophy_init()
|
||||
void sceNp_init()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue