#include <nnsys/gfd.h>
void NNS_GfdSetFrmPlttVramState(const NNSGfdFrmPlttVramState* pState);
pState | Pointer to the structure that stores the allocation state of palette-use memory. |
None.
This sets the Frame Palette VRAM Manager's palette-use memory allocation state to the state of the structure specified by pState
. This operation frees all palette-use memory that was allocated after the palette-use memory allocation state was saved. The palette-use memory allocation state at a specific time is obtained by the NNS_GfdGetFrmPlttVramState
function.
NNS_GfdResetFrmPlttVramState NNS_GfdGetFrmPlttVramState
2004/07/16 Initial version.
CONFIDENTIAL