Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / iopcore / cdvdfsv / exports.tab
blob7401114e895fc94f7e6dacc2468b04befd4b7a8c
1 void _retonly(void) {}
3 int _dummy(void) {
4         return 0;
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