X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2Fdraw_fb.c;fp=plugins%2Fdfxvideo%2Fdraw_fb.c;h=a3f50e82f6bd1c2d397fdb26ebcb2b8585e30181;hp=b560813035bf82b06b21f6f639f0db2adef37426;hb=e64dc4c54e96643522dc4b8c205d143c7d9b2f1d;hpb=69f0df9cbaed6620a190ac289958c5bf7c079d92 diff --git a/plugins/dfxvideo/draw_fb.c b/plugins/dfxvideo/draw_fb.c index b5608130..a3f50e82 100644 --- a/plugins/dfxvideo/draw_fb.c +++ b/plugins/dfxvideo/draw_fb.c @@ -9,9 +9,9 @@ #include "gpu.h" -#include "plugin_lib.h" -#include "arm_utils.h" -#include "pcnt.h" +#include "../../frontend/plugin_lib.h" +#include "../../frontend/arm_utils.h" +#include "../../frontend/pcnt.h" // misc globals long lLowerpart; @@ -101,4 +101,3 @@ void CloseDisplay(void) { pl_fbdev_close(); } -