mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-06 15:31:17 +01:00
- nvAddressSpaceMapBuffer now accepts a flags parameter instead of hardcoding NvMapBufferFlags_IsCacheable. - NvBufferFlags was incorrect and was thus removed. - nvBufferCreate/nvBufferCreateRw replaced with nvBufferCreate, with an extra 'is_cacheable' bool parameter. There's no such thing as a "read-only/read-write" buffer. - nvBufferMakeCpuUncached/nvBufferMakeCpuCached were removed. |
||
|---|---|---|
| nx | ||
| .doozer.json | ||
| .gitignore | ||
| Changelog.md | ||
| CODESTYLE.md | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
Nintendo Switch AArch64-only userland library.
Based on libctru.
Install instructions
See Switchbrew.