#include <syscallnr.h>
#include <osd_config.h>
#include "osd.h"
#include "ExecPS2.h"
Go to the source code of this file.
◆ _start()
int _start |
( |
int |
syscall | ) |
|
◆ SyscallPatchData
Initial value:={
}
void * ExecPS2Patch(void *EntryPoint, void *gp, int argc, char *argv[])
void SetOsdConfigParam(void *addr)
void GetOsdConfigParam(void *addr)
void GetOsdConfigParam2(void *config, s32 size, s32 offset)
void SetOsdConfigParam2(void *config, s32 size, s32 offset)
#define __NR_GetOsdConfigParam2
#define __NR_GetOsdConfigParam
#define __NR_SetOsdConfigParam
#define __NR_SetOsdConfigParam2
Definition at line 1 of file osdsrc.c.
◆ SystemConfiguration