notaz.gp2x.de
/
pcsx_rearmed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
psxbios: Fix card_status function as to use card_active_chan.
[pcsx_rearmed.git]
/
frontend
/
plugin.h
1
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
2
3
#define PLUGIN_DL_BASE 0xfbad0000
4
5
enum builtint_plugins_e {
6
PLUGIN_GPU,
7
PLUGIN_SPU,
8
PLUGIN_CDR,
9
PLUGIN_PAD,
10
PLUGIN_CDRCIMG,
11
};
12
13
void *plugin_link(enum builtint_plugins_e id, const char *sym);
14
void plugin_call_rearmed_cbs(void);