MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / iFMVPlay

Function iFMVPlay

src/SB/Core/gc/iFMV.cpp:56–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55static void PlayFMV(char* filename, size_t buttons, F32 time);
56U32 iFMVPlay(char* filename, U32 buttons, F32 time, bool skippable, bool lockController)
57{
58 if (filename == NULL)
59 {
60 return 1;
61 }
62
63 frame_num = 0;
64 while (frame_num >= 0)
65 {
66 PlayFMV(filename, buttons, time);
67 }
68 return 0;
69}
70
71static void Setup_surface_array()
72{

Callers 1

zFMVPlayFunction · 0.50

Calls 1

PlayFMVFunction · 0.85

Tested by

no test coverage detected