Home
last modified time | relevance | path

Searched refs:MAX_FILE (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp46 const int MAX_FILE = 256; in SmInitializeGraphicsSystem() local
49 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY, false); in SmInitializeGraphicsSystem()
51 …nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize, fa… in SmInitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp45 const int MAX_FILE = 256; variable
144 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
146 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp45 const int MAX_FILE = 256; variable
154 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
157 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp45 const int MAX_FILE = 256; variable
152 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
154 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1149 const int MAX_FILE = 256; in InitializeGraphicsSystem() local
1152 s32 workingMemorySize = nn::fs::GetRomRequiredMemorySize(MAX_FILE, MAX_DIRECTORY); in InitializeGraphicsSystem()
1154 nn::Result result = nn::fs::MountRom(MAX_FILE, MAX_DIRECTORY, workingMemory, workingMemorySize); in InitializeGraphicsSystem()