Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / iopcore / cdvdman / irx_imports.h
blobc357b98279d86a062113e2246b6452b33cdd7f86
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"
14 /* Please keep these in alphabetical order! */
15 #include "dmacman.h"
16 #include "intrman.h"
17 #include "ioman.h"
18 #include "loadcore.h"
19 #include "sifman.h"
20 #include "stdio.h"
21 #include "sysclib.h"
22 #include "sysmem.h"
23 #include "thbase.h"
24 #include "thevent.h"
25 #ifdef ALT_READ_CORE
26 #include "thmsgbx.h"
27 #endif
28 #include "thsemap.h"
30 #endif /* IOP_IRX_IMPORTS_H */