mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
d_a_movie_player OK (#2958)
* Match THPAudioDecode * Match daMP_MixAudio * Fix weak func order * Fix global.h
This commit is contained in:
@@ -69,7 +69,6 @@ public:
|
||||
int daMP_c_Finish();
|
||||
int daMP_c_Main();
|
||||
int daMP_c_Draw();
|
||||
daMP_c() {}
|
||||
|
||||
static int daMP_c_Callback_Init(fopAc_ac_c*);
|
||||
static int daMP_c_Callback_Finish(daMP_c*);
|
||||
@@ -96,10 +95,6 @@ public:
|
||||
virtual void draw();
|
||||
};
|
||||
|
||||
inline s32 daMP_NEXT_READ_SIZE(daMP_THPReadBuffer* readBuf) {
|
||||
return *(s32*)readBuf->ptr;
|
||||
}
|
||||
|
||||
void daMP_PrepareReady(int);
|
||||
|
||||
#endif /* D_A_MOVIE_PLAYER_H */
|
||||
|
||||
Reference in New Issue
Block a user