diff --git a/griffin/griffin.c b/griffin/griffin.c index 83a206f2d1..fd5e28a352 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -210,10 +210,8 @@ VIDEO DRIVER #if defined(GEKKO) #include "../gx/gx_video.c" -#elif defined(SN_TARGET_PSP2) -#include "../vita/vita_video.c" -//#elif defined(PSP) -//#include "../psp1/psp1_video.c" +#elif defined(PSP) +#include "../psp1/psp1_video.c" #elif defined(XENON) #include "../xenon/xenon360_video.c" #endif