Rename and move vi_encoder.c
This commit is contained in:
parent
07f5d2e399
commit
dfeefc0e16
|
@ -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)
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue