#include <nnsys/gfd.h>
int NNS_GfdFreeLnkPlttVram( NNSGfdPlttKey plttKey );
plttKey | The palette key for the region to be released. |
Returns success or failure of the release.
This function returns 0 if the release succeeds.
Returns 1 if the palette key that was released had an invalid size, such as size zero.
Releases the VRAM region specified by the palette key. The released region is registered again to the Manager as an empty region. When a new empty region is generated as a result of the release, but there is not enough space for the management information block, the release fails.
2004/10/12 Initial version.
CONFIDENTIAL