fix bgr2rgb16 and reduce mode change glitching
[pcsx_rearmed.git] / frontend / linux / fbdev.h
index ddbfdab..2db9163 100644 (file)
@@ -3,7 +3,7 @@ struct vout_fbdev;
 struct vout_fbdev *vout_fbdev_init(const char *fbdev_name, int *w, int *h, int bpp, int buffer_count);
 void *vout_fbdev_flip(struct vout_fbdev *fbdev);
 void  vout_fbdev_wait_vsync(struct vout_fbdev *fbdev);
-int   vout_fbdev_resize(struct vout_fbdev *fbdev, int w, int h, int bpp,
+void *vout_fbdev_resize(struct vout_fbdev *fbdev, int w, int h, int bpp,
                        int left_border, int right_border, int top_border, int bottom_border,
                        int buffer_count);
 void  vout_fbdev_clear(struct vout_fbdev *fbdev);