#include <nnsys/gfd.h>
void NNS_GfdGetFrmPlttVramState(NNSGfdFrmPlttVramState* pState);
pState | Pointer to the structure that saves the allocation state of palette-use memory . |
None.
Saves the current allocation state of palette-use memory in the structure specified by pState
.
The information stored by this function can be specified by NNS_GfdSetFrmPlttVramState
to restore the state to what it was when the palette-use memory allocation state was saved by this function. This operation can be used with the Frame Palette VRAM Manager to free the allocated palette-use memory.
NNS_GfdResetFrmPlttVramState, NNS_GfdSetFrmPlttVramState
2004/07/16 Initial version.
CONFIDENTIAL