Azahar’s graphics settings let you choose between different rendering APIs, scale the internal resolution above the 3DS’s native 400×240 display, and apply post-processing effects or texture filters. The right combination depends on your GPU, operating system, and the games you want to run. Start with the defaults and adjust from there once you know where your system bottlenecks.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.
Graphics API
Open Emulation → Configure → Graphics to reach the API Settings section.- OpenGL
- Vulkan
- Software
OpenGL is the most compatible option and works on nearly all desktop GPUs. It requires OpenGL 4.3 or later. Use OpenGL if Vulkan causes crashes or graphical corruption on your system, or if you are on macOS (where Vulkan support is limited).Under OpenGL you can also enable SPIR-V shader generation, which compiles shaders to SPIR-V intermediate representation. When using this path you can optionally enable Disable GLSL → SPIR-V optimizer to reduce shader compilation stutter at minimal performance cost.
OpenGL requires version 4.3 or later. Vulkan requires version 1.1 or later. Azahar will warn you at startup if your driver does not meet the minimum requirement.
Renderer options
The Renderer section controls how shaders are compiled and executed.Enable hardware shader
Enable hardware shader
Uses your GPU to accelerate shader emulation instead of the CPU. This is enabled by default and should stay on unless you encounter rendering bugs that disappear with it disabled. Requires a reasonably powerful GPU.When hardware shaders are on, you can also enable Accurate multiplication, which correctly handles edge cases in shader multiply operations. Some games require this to render properly. It reduces performance slightly, so enable it only when needed.
Enable shader JIT
Enable shader JIT
When hardware shaders are off, this option uses a just-in-time compiler for software shader emulation instead of the interpreter. Keep it enabled for better CPU-side performance.
Enable async shader compilation
Enable async shader compilation
Compiles shaders on background threads to avoid hitching when new shaders are encountered mid-game. You may see brief graphical glitches while shaders compile, but gameplay continues uninterrupted.
Use disk shader cache
Use disk shader cache
Saves compiled shaders to disk so they do not need to be recompiled on the next launch. Reduces first-run stutter significantly.
Advanced settings
Texture Sampling
Texture Sampling
Overrides the sampling filter the game requests when drawing textures. Options are:
- Application Controlled — honours the game’s own filter setting (recommended default)
- Nearest Neighbor — sharp, pixel-art look; may cause shimmer at higher resolutions
- Linear — smooth interpolation between pixels
Enable VSync
Enable VSync
Prevents screen tearing by synchronising frame output to your monitor’s refresh rate. Disable it if you notice a performance impact, though tearing may appear.
Enable display refresh rate detection
Enable display refresh rate detection
Automatically disables VSync when your display’s refresh rate is lower than the 3DS’s internal rate (59.83 Hz), preventing emulation speed from being forced below 100%.
Simulate 3DS GPU timings
Simulate 3DS GPU timings
Delays GPU completion events to match measurements taken from real hardware. This stabilises dynamic framerate games and makes GPU timing behaviour more accurate. Disabling it may recover a small amount of performance in rare cases.
Delay Application Render Thread
Delay Application Render Thread
Adds a configurable delay (in microseconds) each time the emulated game submits rendering commands. Use this only for the small set of dynamic-framerate games that run poorly without it.
Enhancements
Enhancements settings are in the Enhancements tab of the configuration window.Internal resolution
The Internal Resolution dropdown scales the rendered image above the 3DS’s native top-screen resolution of 400×240.| Setting | Top screen resolution |
|---|---|
| Auto (Window Size) | Matches the emulator window |
| Native (1×) | 400×240 |
| 2× Native | 800×480 |
| 3× Native | 1200×720 |
| 4× Native | 1600×960 |
| 5× Native | 2000×1200 |
| 6× Native | 2400×1440 |
| 7× Native | 2800×1680 |
| 8× Native | 3200×1920 |
| 9× Native | 3600×2160 |
| 10× Native | 4000×2400 |
Texture filter
The Texture Filter dropdown applies an upscaling algorithm to individual textures before they are rendered. This is independent of the internal resolution setting.| Filter | Character |
|---|---|
| None | No filtering applied |
| Anime4K | Machine-learning–style upscaler optimised for animated content |
| Bicubic | Smooth, general-purpose bicubic interpolation |
| ScaleForce | Edge-preserving upscaler |
| xBRZ | Pixel-art–aware scale filter |
| MMPX | Contour-following pixel art upscaler |
Post-processing shader
The Post-Processing Shader dropdown applies a full-screen shader effect to the final image. Shaders are loaded from theshaders/ directory inside your Azahar user data folder. Leave this on None if you do not have custom shaders installed.
Stereoscopic 3D
Stereoscopic 3D Mode
Stereoscopic 3D Mode
Controls how the 3DS’s stereoscopic 3D output is rendered. Options are:
- Off — renders only one eye (monoscopic)
- Side by Side — left and right images placed next to each other
- Side by Side Full Width — side-by-side output stretched to full width
- Anaglyph — red/cyan colour channel separation for anaglyph glasses
- Interlaced — alternating lines for passive 3D displays
- Reverse Interlaced — interlaced with eye order swapped
Eye to Render in Monoscopic Mode
Eye to Render in Monoscopic Mode
When stereoscopic mode is off, choose whether the Left Eye (default) or Right Eye image is displayed.
Disable Right Eye Rendering
Disable Right Eye Rendering
Skips rendering the right-eye image entirely when not in stereoscopic mode. This can significantly improve performance in games that do heavy stereo rendering, but may cause flickering in some titles.
Swap Eyes
Swap Eyes
Exchanges the left and right eye outputs. Use this if your display’s stereo order is reversed.
Utility (custom textures)
| Option | Description |
|---|---|
| Use custom textures | Loads PNG texture replacements from load/textures/<Title ID>/ |
| Preload custom textures | Loads all replacement textures into RAM at boot instead of on demand |
| Async custom texture loading | Loads replacements on a background thread to avoid stutter |
| Dump textures | Exports the game’s textures as PNG files to dump/textures/<Title ID>/ |