Expand description
Configuration file support for the NES emulator CLI.
This module provides TOML configuration file parsing that can be merged with command-line arguments. CLI arguments take precedence over config file values.
Structs§
- Config
File - TOML configuration file structure
- Execution
Config - Global
Config - Memory
Config - Output
Config - Palette
Config - Power
Config - RomConfig
- Savestate
Config - Video
Config
Enums§
- Config
Error - Configuration loading errors
Constants§
- DEFAULT_
VIDEO_ FPS - Default video FPS string value (1x multiplier)