(PSP) Video driver was not hooked up

This commit is contained in:
twinaphex 2014-02-12 17:18:45 +01:00
parent ef54422379
commit ff6bd795cd

View File

@ -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