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
/
cdvdfsv
/
exports.tab
blob
7401114e895fc94f7e6dacc2468b04befd4b7a8c
1
void _retonly(void) {}
2
3
int _dummy(void) {
4
return 0;
5
}
6
7
// cdvdfsv export table
8
DECLARE_EXPORT_TABLE(cdvdfsv, 1, 1)
9
DECLARE_EXPORT(_start)
10
DECLARE_EXPORT(_retonly)
11
DECLARE_EXPORT(_retonly)
12
DECLARE_EXPORT(_retonly)
13
DECLARE_EXPORT(_dummy)
14
DECLARE_EXPORT(sceCdChangeThreadPriority)
15
END_EXPORT_TABLE
16