File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Azahar team for development (see contributors at https://github.com/azahar-emu/azahar/graphs/contributors)
2+ Crilum for writing scripts
Original file line number Diff line number Diff line change 1+ Azahar is an open-source 3DS emulator project based on Citra.
2+
3+ It was created from the merging of PabloMK7's Citra fork and the Lime3DS project, both of which emerged shortly after Citra was taken down.
4+ The goal of this project is to be the de-facto platform for future development.
5+
6+ IMPORTANT: You have to disable hardware shaders for playable performance:
7+ Azahar Menu -> Emulation -> Configure -> Graphics -> Advanced -> Turn OFF `Enable hardware shader`
8+
9+ To run from menu: Games -> Azahar
10+ To run from terminal: flatpak run org.azahar_emu.Azahar
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ install_packages flatpak || exit 1
4+
5+ flatpak_install org.azahar_emu.Azahar || error " Failed to install Azahar from Flatpak!"
6+
7+ if [[ " $1 " != " update" ]]; then
8+ yad --title=" Azahar Performance Warning" \
9+ --center \
10+ --fixed \
11+ --image=dialog-warning \
12+ --button=OK \
13+ --text=" IMPORTANT: Disable hardware shaders for playable performance.
14+
15+ In Azahar:
16+ Azahar Menu → Emulation → Configure → Graphics → Advanced → Turn OFF 'Enable hardware shader'"
17+ fi
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ flatpak_uninstall org.azahar_emu.Azahar || error " Failed to uninstall Azahar from Flatpak!"
4+
5+ purge_packages || exit 1
Original file line number Diff line number Diff line change 1+ azahar-emu.org
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ AstroMenace|Games
1212Audacious|Multimedia
1313Audacity|Multimedia
1414Autostar|System Management
15+ Azahar|Games
1516BalenaEtcher|Tools
1617Bambu Studio|Engineering
1718Better Chromium|Internet/Browsers
@@ -151,6 +152,7 @@ Oomox Theme Designer|Appearance
151152OpenSCAD|Engineering
152153Open-Typer|Office
153154Organic Maps|Tools
155+ Packet|Tools
154156Pac-Man|Games
155157PeaZip|Tools
156158Persepolis Download Manager|Internet/Download & Upload
You can’t perform that action at this time.
0 commit comments