repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git]
/
modules
/
iopcore
/
eesync
/
loadcore_add.h
blob
e437b301330f62222332b244ce8916a15ccc4ed3
1
#ifndef _LOADCORE_ADD_H_
2
#define _LOADCORE_ADD_H_
3
4
typedef
int
(*
Callback
)(
int
*
arg1
,
int
arg2
);
5
6
int
loadcore20
(
Callback func
,
int
priority
,
int
*
pResult
);
7
#define I_loadcore20 DECLARE_IMPORT(20, loadcore20);
8
9
#endif