diff --git a/driver.c b/driver.c index 94056b9f56..607e93cd7e 100644 --- a/driver.c +++ b/driver.c @@ -110,9 +110,9 @@ static const video_driver_t *video_drivers[] = { #ifdef SN_TARGET_PSP2 &video_vita, #endif -//#ifdef PSP - //&video_psp1, -//#endif +#ifdef PSP + &video_psp1, +#endif #ifdef HAVE_SDL &video_sdl, #endif