Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / debug / ps2link / irx_imports.h
blobddaca85b02ed52db7432913e4b47181c565dcf70
1 /*
2 * irx_imports.h - Defines all IRX imports.
4 * Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org>
6 * See the file LICENSE included with this distribution for licensing terms.
7 */
9 #ifndef IOP_IRX_IMPORTS_H
10 #define IOP_IRX_IMPORTS_H
12 #include "irx.h"
15 /* Please keep these in alphabetical order! */
16 #include "cdvdman.h"
17 #include "intrman.h"
18 #include "ioman.h"
19 #include "ioptrap.h"
20 #include "loadcore.h"
21 #include "modload.h"
22 #include "ps2ip.h"
23 #include "sifcmd.h"
24 #include "sifman.h"
25 #include "stdio.h"
26 #include "sysclib.h"
27 #include "thbase.h"
28 #include "thsemap.h"
29 #include "poweroff.h"
31 #endif /* IOP_IRX_IMPORTS_H */