#include <revolution/vf.h>
#define VF_IS_UNAVAILABLE (0)
#define VF_IS_AVAILABLE (1)
s32 VFIsAvailable( );
None.
When not initialized: VF_IS_UNAVAILABLE
After initialization: VF_IS_AVAILABLE
Checks whether the VF library has been initialized.
This function returns VF_IS_AVAILABLE from the first call to VFInit until VFFinalize is called.
VFInit, VFFinalize
2006/09/13
CONFIDENTIAL