Skip to content

Commit

Permalink
fixes for audio and video, add psp-like scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
irixxxx committed Feb 5, 2024
1 parent 4ad49a1 commit e5786b2
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 371 deletions.
2 changes: 2 additions & 0 deletions platform/common/menu_pico.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ static int menu_w, menu_h;
#include <platform/gp2x/menu.c>
#elif defined(__PSP__)
#include <platform/psp/menu.c>
#elif defined(__PS2__)
#include <platform/ps2/menu.c>
#elif defined(PANDORA)
#include <platform/pandora/menu.c>
#else
Expand Down
Loading

0 comments on commit e5786b2

Please sign in to comment.