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 <retro_miscellaneous.h>
#include "../gfx/drivers/ppc_asm.h" #include "../../gfx/drivers/ppc_asm.h"
/**************************************************************************** /****************************************************************************
* I2C driver by Hector Martin (marcan) * I2C driver by Hector Martin (marcan)

View File

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