Skip to content

Commit

Permalink
(PSP) Video driver was not hooked up
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Feb 12, 2014
1 parent ef54422 commit ff6bd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions driver.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ff6bd79

Please sign in to comment.