Azahar is an open-source Nintendo 3DS emulator built on the foundation of Citra. Whether you’re getting started for the first time or running into something unexpected, the questions below cover what most users want to know.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/azahar-emu/azahar/llms.txt
Use this file to discover all available pages before exploring further.
Is Azahar legal?
Is Azahar legal?
Where do I get game ROMs?
Where do I get game ROMs?
What file formats does Azahar support?
What file formats does Azahar support?
| Format | Description |
|---|---|
.3ds | Decrypted ROM dump (cartridge) |
.cia | Installable archive (eShop / updates / DLC) |
.cxi | Executable image (component of a .cia) |
.3dsx | Homebrew executable |
.elf | Developer / debug executable |
.3ds is the most common format produced by cartridge-dumping tools.Where are save files stored?
Where are save files stored?
| Platform | Default path |
|---|---|
| Windows | %APPDATA%\Azahar\ |
| macOS | ~/Library/Application Support/Azahar/ |
| Linux (native) | ~/.local/share/azahar-emu/ |
| Linux (Flatpak) | ~/.var/app/org.azahar_emu.Azahar/data/azahar-emu/ |
| Android | Internal storage, accessible via File Manager in-app |
Can I use my 3DS save files in Azahar?
Can I use my 3DS save files in Azahar?
Dump the save from your 3DS
Locate the save directory in Azahar
sdmc/Nintendo 3DS/.../title/... to find the matching title’s save location.Does Azahar support all 3DS games?
Does Azahar support all 3DS games?
Why is my game running slow?
Why is my game running slow?
- Your CPU is below the minimum requirement. Azahar requires a CPU with a single-core Passmark score above 1,800 and SSE4.2 support on x86_64.
- You are using the wrong graphics backend. Try switching between OpenGL and Vulkan in Emulation → Configure → Graphics.
- Hardware shader compilation is disabled. Enable Use Hardware Shaders in the Graphics settings.
- Internal resolution is set too high. Reduce it in Emulation → Configure → Enhancements.
Is there online multiplayer?
Is there online multiplayer?
Can I play 3DS games on Android?
Can I play 3DS games on Android?
- Android 10.0 or later (64-bit)
- Snapdragon 835 SoC or equivalent
- OpenGL ES 3.2 or Vulkan 1.1 support
- 2 GB RAM (4 GB recommended)
What's the difference between the Vanilla and Google Play Android builds?
What's the difference between the Vanilla and Google Play Android builds?
| Vanilla | Google Play | |
|---|---|---|
| Distribution | GitHub / Obtainium APK | Google Play Store |
| File management | Alternative method (faster) | Play Store–compliant method |
| Automatic updates | Via Obtainium | Via Play Store |
| Recommended for | Advanced users | Most users |
Where can I report bugs or request features?
Where can I report bugs or request features?
- Bug reports: Open an issue on the GitHub repository. Include your system configuration, a log file, and reproduction steps. Tech support questions do not belong in the issue tracker.
- Feature requests: Open a Feature Request issue on GitHub before writing any code, so the team can discuss whether the addition is appropriate.
- Community help: Join the Discord server for real-time help from the community.
How do I update Azahar?
How do I update Azahar?
| Installation method | How to update |
|---|---|
| Windows installer | Download and run the new installer from Releases |
| Windows ZIP | Extract the new archive, replacing the old files |
| macOS universal | Download the new .dmg from Releases |
| Linux Flatpak | Run flatpak update org.azahar_emu.Azahar |
| Linux AppImage | Download the new AppImage from Releases |
| Android (Play Store) | Update through the Play Store |
| Android (Obtainium) | Obtainium checks for updates automatically |
| Android (manual APK) | Download the new APK from Releases |