X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=81999a33a454b83c30b012d2fc9ea7b268e30fed;hp=a1400e9371e64d083ed444f9e54f7bc4e0cfdc2f;hb=bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0;hpb=4f3639fab62fa95f4bdc620b2e3500e717a0fcf3 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index a1400e93..81999a33 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -21,10 +21,10 @@ enum { extern void *pl_fbdev_buf; -int pl_fbdev_init(void); +int pl_fbdev_open(void); int pl_fbdev_set_mode(int w, int h, int bpp); void pl_fbdev_flip(void); -void pl_fbdev_finish(void); +void pl_fbdev_close(void); void pl_text_out16(int x, int y, const char *texto, ...);