nn::gx::CTR::GetVramEndAddr Function

Syntax

uptr GetVramEndAddr(
     VramArea area
);

Arguments

Name Description
in area VRAM region to get (MEM_VRAMA or MEM_VRAMB).

Return Values

Ending address of the VRAM region that was obtained.

Description

Gets the ending address of the specified VRAM region.

Always use only this function to obtain the ending address of a VRAM region. The address that is obtained may change in the future.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL