notaz.gp2x.de
/
pcsx_rearmed.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
drc: avoid excessive recursion in hle mode
[pcsx_rearmed.git]
/
plugins
/
cdrcimg
/
cdrcimg.h
Commit
Line
Data
908e426c
1
#ifndef __P_CDRCIMG_H__
2
#define __P_CDRCIMG_H__
47bf65ab
3
4
void cdrcimg_set_fname(const char *fname);
5
void *cdrcimg_get_sym(const char *sym);
908e426c
6
7
#endif /* __P_CDRCIMG_H__ */