repo.or.cz
/
open-ps2-loader
/
simon.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/simon.git]
/
modules
/
iopcore
/
eesync
/
exports.tab
blob
4ea27899ed42b86642898aac9f64736a7f486db5
1
2
DECLARE_EXPORT_TABLE(eesync, 1, 1)
3
DECLARE_EXPORT(_start)
4
DECLARE_EXPORT(_retonly)
5
DECLARE_EXPORT(_retonly)
6
DECLARE_EXPORT(_retonly)
7
DECLARE_EXPORT(_retonly)
8
DECLARE_EXPORT(_retonly)
9
END_EXPORT_TABLE
10
11
void _retonly() {}