drc: further hacks, hle handling
[pcsx_rearmed.git] / frontend / plugin_lib.h
CommitLineData
b60f2812 1
2extern void *pl_fbdev_buf;
3
4int pl_fbdev_init(void);
5int pl_fbdev_set_mode(int w, int h, int bpp);
6void *pl_fbdev_flip(void);
7void pl_fbdev_finish(void);