Cargo Features

[dependencies]
gba = { version = "0.13.1", default-features = false, features = ["track_caller", "on_gba", "fixed", "critical-section"] }
default = on_gba, track_caller

These default features are set whenever gba is added without default-features = false somewhere in the dependency tree.

track_caller default
on_gba default

Affects gba::bios, gba::dma, gba::gba_cell, gba::mgba, gba::mmio

fixed

Enables fixed

Affects fixed::i16fx8, fixed::i16fx14, fixed::i32fx8

Features from optional dependencies

critical-section implicit feature

Enables critical-section

critical-section:

Cross-platform critical section