PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
acmeme-entry.c
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright ps2dev - http://www.ps2dev.org
7
# Licenced under Academic Free License version 2.0
8
# Review ps2sdk README & LICENSE files for further details.
9
*/
10
11
#include "acmeme_internal.h"
12
13
#define MODNAME "Arcade_Memory_Access/EE"
14
IRX_ID(MODNAME, 1, 1);
15
// Text section hash:
16
// 6059ca4ccd258e0d6b07a7da46c41c19
17
// Known titles:
18
// NM00004
19
// NM00005
20
// NM00006
21
// NM00008
22
// Path strings:
23
// /home/ueda/tmp/psalm-0.1.3/mem-iop-0.1.4/src/
24
// TODO: diff with module text hash 26954e9302f9499714676e156a60cdde
25
26
extern
struct
irx_export_table
_exp_acmeme;
27
28
#define acMemeEntry _start
29
30
int
acMemeEntry(
int
argc,
char
**argv)
31
{
32
int
ret;
33
34
ret = acMemeModuleStart(argc, argv);
35
if
( ret < 0 )
36
{
37
return
ret;
38
}
39
if
( RegisterLibraryEntries(&_exp_acmeme) != 0 )
40
return
-16;
41
return
0;
42
}
irx_export_table
Definition
irx.h:90
iop
arcade
acmeme
src
acmeme-entry.c
Generated on Tue Feb 11 2025 21:35:57 for PS2SDK by
1.12.0