mirror of
https://github.com/zeldaret/ss
synced 2026-08-20 06:06:16 -04:00
d_thp with THPPlayer headers from SMS
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#ifndef _THP_THPVIDEODECODE_H
|
||||
#define _THP_THPVIDEODECODE_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
BOOL CreateVideoDecodeThread(s32 prioriy, void*);
|
||||
void VideoDecodeThreadStart(void);
|
||||
void VideoDecodeThreadCancel(void);
|
||||
|
||||
void* PopFreeTextureSet(void);
|
||||
void* PopDecodedTextureSet(s32 flags);
|
||||
|
||||
void PushFreeTextureSet(void* tex);
|
||||
void PushDecodedTextureSet(void* tex);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user