From ff6bd795cdbbc7cd6ae98b5bdd3c4ef1e8a2ba88 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 12 Feb 2014 17:18:45 +0100 Subject: [PATCH] (PSP) Video driver was not hooked up --- driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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