Rename and move vi_encoder.c

This commit is contained in:
twinaphex 2015-09-20 15:05:30 +02:00
parent 07f5d2e399
commit dfeefc0e16
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
#include <retro_miscellaneous.h>
#include "../gfx/drivers/ppc_asm.h"
#include "../../gfx/drivers/ppc_asm.h"
/****************************************************************************
* I2C driver by Hector Martin (marcan)

View file

@ -185,7 +185,7 @@ VIDEO DRIVER
#if defined(GEKKO)
#ifdef HW_RVL
#include "../wii/vi_encoder.c"
#include "../gfx/drivers/gx_gfx_vi_encoder.c"
#include "../memory/wii/mem2_manager.c"
#endif
#endif