34#include <pspthreadman.h>
36#include <pspaudio_kernel.h>
37#include <pspdisplay.h>
40#include "pmp_decode.h"
50 SceUID semaphore_can_get;
51 SceUID semaphore_can_put;
52 SceUID semaphore_can_show;
53 SceUID semaphore_show_done;
68 unsigned int audio_stream;
70 unsigned int volume_boost;
72 unsigned int subtitle_count;
73 unsigned int subtitle;
74 unsigned int subtitle_format;
75 unsigned int subtitle_fontcolor;
76 unsigned int subtitle_bordercolor;
82char *pmp_play_open(
struct pmp_play_struct *p,
char *s,
int show,
int format);
Definition: pmp_decode.h:60
Definition: pmp_play.h:44