fixes for audio and video, add psp-like scaling

This commit is contained in:
kub 2024-02-05 20:14:06 +01:00
parent 455cecf973
commit 4abc40d56b
5 changed files with 527 additions and 402 deletions

10
platform/ps2/menu.h Normal file
View file

@ -0,0 +1,10 @@
void menu_loop(void);
int menu_loop_tray(void);
void menu_romload_prepare(const char *rom_name);
void menu_romload_end(void);
#define CONFIGURABLE_KEYS (PBTN_UP|PBTN_LEFT|PBTN_RIGHT|PBTN_DOWN|PBTN_L|PBTN_R|PBTN_TRIANGLE|PBTN_CIRCLE|PBTN_X|PBTN_SQUARE|PBTN_START| \
PBTN_NUB_UP|PBTN_NUB_RIGHT|PBTN_NUB_DOWN|PBTN_NUB_LEFT|PBTN_NOTE)