Skip to content

Commit

Permalink
bugfix with new 640x400 video mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Nov 15, 2017
1 parent a22e584 commit 864cef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PSP2/video_psp.cpp
Expand Up @@ -574,7 +574,6 @@ bool VideoInit(bool classic)
// Construct list of supported modes
add_video_modes(VDEPTH_4BIT);
add_video_modes(VDEPTH_8BIT);
add_video_modes(VDEPTH_8BIT);
add_video_modes(VDEPTH_16BIT);
add_video_modes(VDEPTH_32BIT);

Expand Down

0 comments on commit 864cef8

Please sign in to comment.