Page history
9 May 2023
Spell check
m+1
Correct enum class names and mark unofficial ones.
+136
Add category.
+26
Created page with "Structures and enums from nn::gfx appearing across nn::gfx file formats and nn::g3d file formats. Notably the nn::gfx formats Bnsh and Bntx, as well as nn::g3d Bfres. === nn::gfx::MemoryPoolFlags === Flags denoting how a memory pool can be accessed. {| class="wikitable" !Name (Unofficial) !Value !Description |- |CpuNoAccess |0x1 (1 << 0) |Memory is unable to be mapped to CPU |- |CpuUncached |0x2 (1 << 1) |Memory is coherent on CPU |- |CpuCached |0x4 (1 << 2)..."
+9,390