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
fix for corrupted graphics when manipulating config files
[open-ps2-loader.git]
/
modules
/
vmc
/
genvmc
/
irx_imports.h
blob
baa97e4cf70f0481743c1d02606acc02a0596ebd
1
#ifndef IOP_IRX_IMPORTS_H
2
#define IOP_IRX_IMPORTS_H
3
4
#include <irx.h>
5
6
#include <intrman.h>
7
#include <ioman.h>
8
#include
"ioman_add.h"
9
#ifdef DEBUG
10
#include <stdio.h>
11
#endif
12
#include <sysclib.h>
13
#include <sysmem.h>
14
#include <thbase.h>
15
#include <thsemap.h>
16
17
#endif