Getting started
App containers
App data
exefs
romfs
App metadata
smdh
Console data
nand
sdfs
sd
Encryption
engine
seeddb
Extras
util
readle()
readbe()
roundup()
windows
macos
config_dirs
fileio
The util module contains extra useful functions.
Convert little-endian bytes to an int.
b (bytes)
int
Convert big-endian bytes to an int.
Round up a number to a provided alignment.
offset (int)
alignment (int)
If the current platform is Windows.
If the current platform is macOS.
Data directories that should contain the ARM9 bootROM (boot9.bin), SeedDB (seeddb.bin), and other files.
This includes ~/.3ds and ~/3ds. On Windows this also includes %APPDATA%\3ds. On macOS this also includes ~/Library/Application Support/3ds.
~/.3ds
~/3ds
%APPDATA%\3ds
~/Library/Application Support/3ds