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

View file

@ -19,7 +19,8 @@
#include "../libpicofe/plat.h"
struct plat_target plat_target = {};
static int sound_rates[] = { 11025, 22050, 44100, -1 };
struct plat_target plat_target = { .sound_rates = sound_rates };
static void reset_IOP() {
SifInitRpc(0);
@ -205,4 +206,4 @@ void lprintf(const char *fmt, ...)
va_end(vl);
}
void plat_debug_cat(char *str) {}
void plat_debug_cat(char *str) {}